From 60bbda3eb900eea18d35bfd8bdee59d970c4549b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jo=CC=88rn=20Zaefferer?= Date: Fri, 9 Mar 2012 14:02:00 +0100 Subject: [PATCH] Build/grunt: Cleanup todos --- grunt.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/grunt.js b/grunt.js index 2db730139..a079f04cf 100644 --- a/grunt.js +++ b/grunt.js @@ -66,7 +66,6 @@ config.init({ bannerCSS: createBanner(cssFiles) }, concat: { - // TODO replace banners, both for JS and CSS ui: { src: ['', stripBanner(uiFiles)], dest: 'dist/jquery-ui.js' @@ -383,7 +382,6 @@ task.registerTask('copy_themes', function() { task.registerTask('default', 'lint qunit'); task.registerTask('build', 'concat min css_min'); task.registerTask('release', 'build copy:dist copy:dist_min copy:dist_min_images copy:dist_css_min md5:dist zip:dist'); -// TODO also include (minified) base theme, share with regular dist, maybe just copy from release target task.registerTask('release_themes', 'release download_themes copy_themes copy:themes md5:themes zip:themes'); // TODO include other themes in cdn release 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'); -- 2.39.5