Skip to content

Commit 60bbda3

Browse files
committed
Build/grunt: Cleanup todos
1 parent 4a2b004 commit 60bbda3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

grunt.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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() {
383382
task.registerTask('default', 'lint qunit');
384383
task.registerTask('build', 'concat min css_min');
385384
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
387385
task.registerTask('release_themes', 'release download_themes copy_themes copy:themes md5:themes zip:themes');
388386
// TODO include other themes in cdn release
389387
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');

0 commit comments

Comments
 (0)