Skip to content

Commit b8a875c

Browse files
committed
Add comment (TODO: amend before land)
1 parent a8897d4 commit b8a875c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Gruntfile.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,8 @@ grunt.registerTask( "lint", [ "jshint", "csslint", "htmllint" ] );
248248
grunt.registerTask( "test", [ "qunit" ] );
249249
grunt.registerTask( "sizer", [ "concat:ui", "uglify:main", "compare_size:all" ] );
250250
grunt.registerTask( "sizer_all", [ "concat:ui", "uglify", "compare_size" ] );
251+
252+
// "copy:dist_units_images" is used by unit tests
251253
grunt.registerTask( "build", [ "concat", "uglify", "cssmin", "copy:dist_units_images" ] );
252254

253255
};

0 commit comments

Comments
 (0)