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({
6666 bannerCSS : createBanner ( cssFiles )
6767 } ,
6868 concat : {
69- // TODO replace banners, both for JS and CSS
7069 ui : {
7170 src : [ '<banner:meta.bannerAll>' , stripBanner ( uiFiles ) ] ,
7271 dest : 'dist/jquery-ui.js'
@@ -383,7 +382,6 @@ task.registerTask('copy_themes', function() {
383382task . registerTask ( 'default' , 'lint qunit' ) ;
384383task . registerTask ( 'build' , 'concat min css_min' ) ;
385384task . 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
387385task . registerTask ( 'release_themes' , 'release download_themes copy_themes copy:themes md5:themes zip:themes' ) ;
388386// TODO include other themes in cdn release
389387task . 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