aboutsummaryrefslogtreecommitdiffstats
path: root/grunt.js
diff options
context:
space:
mode:
authorJörn Zaefferer <joern.zaefferer@gmail.com>2012-03-09 14:02:00 +0100
committerJörn Zaefferer <joern.zaefferer@gmail.com>2012-03-09 14:02:00 +0100
commit60bbda3eb900eea18d35bfd8bdee59d970c4549b (patch)
treefb79b0c40b253219c5c774540515b2db2c1448fa /grunt.js
parent4a2b004c073fc7b97b1a4f61db460100f09b7be6 (diff)
downloadjquery-ui-60bbda3eb900eea18d35bfd8bdee59d970c4549b.tar.gz
jquery-ui-60bbda3eb900eea18d35bfd8bdee59d970c4549b.zip
Build/grunt: Cleanup todos
Diffstat (limited to 'grunt.js')
-rw-r--r--grunt.js2
1 files changed, 0 insertions, 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: ['<banner:meta.bannerAll>', 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');