File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -188,6 +188,11 @@ grunt.initConfig({
188
188
strip : / ^ d i s t / ,
189
189
dest : "dist/<%= files.dist %>"
190
190
} ,
191
+ dist_units_images : {
192
+ src : "themes/base/images/*" ,
193
+ strip : / ^ t h e m e s \/ b a s e \/ / ,
194
+ dest : "dist/"
195
+ } ,
191
196
dist_min_images : {
192
197
src : "themes/base/images/*" ,
193
198
strip : / ^ t h e m e s \/ b a s e \/ / ,
@@ -570,7 +575,7 @@ grunt.registerTask( "clean", function() {
570
575
grunt . registerTask ( "default" , "lint csslint htmllint qunit" ) ;
571
576
grunt . registerTask ( "sizer" , "concat:ui min:dist/jquery-ui.min.js compare_size:all" ) ;
572
577
grunt . registerTask ( "sizer_all" , "concat:ui min compare_size" ) ;
573
- grunt . registerTask ( "build" , "concat min cssmin" ) ;
578
+ grunt . registerTask ( "build" , "concat min cssmin copy:dist_units_images " ) ;
574
579
grunt . registerTask ( "release" , "clean build copy:dist copy:dist_min copy:dist_min_images copy:dist_css_min md5:dist zip:dist" ) ;
575
580
grunt . registerTask ( "release_themes" , "release download_themes copy_themes copy:themes md5:themes zip:themes" ) ;
576
581
grunt . registerTask ( "release_cdn" , "release_themes copy:cdn copy:cdn_min copy:cdn_i18n copy:cdn_i18n_min copy:cdn_min_images copy:cdn_themes md5:cdn zip:cdn" ) ;
You can’t perform that action at this time.
0 commit comments