File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,6 @@ config.init({
66
66
bannerCSS : createBanner ( cssFiles )
67
67
} ,
68
68
concat : {
69
- // TODO replace banners, both for JS and CSS
70
69
ui : {
71
70
src : [ '<banner:meta.bannerAll>' , stripBanner ( uiFiles ) ] ,
72
71
dest : 'dist/jquery-ui.js'
@@ -383,7 +382,6 @@ task.registerTask('copy_themes', function() {
383
382
task . registerTask ( 'default' , 'lint qunit' ) ;
384
383
task . registerTask ( 'build' , 'concat min css_min' ) ;
385
384
task . registerTask ( 'release' , 'build copy:dist copy:dist_min copy:dist_min_images copy:dist_css_min md5:dist zip:dist' ) ;
386
- // TODO also include (minified) base theme, share with regular dist, maybe just copy from release target
387
385
task . registerTask ( 'release_themes' , 'release download_themes copy_themes copy:themes md5:themes zip:themes' ) ;
388
386
// TODO include other themes in cdn release
389
387
task . registerTask ( 'release_cdn' , 'build copy:cdn copy:cdn_min copy:cdn_i18n copy:cdn_i18n_min copy:cdn_css_min copy:cdn_min_images md5:cdn zip:cdn' ) ;
You can’t perform that action at this time.
0 commit comments