aboutsummaryrefslogtreecommitdiffstats
path: root/grunt.js
diff options
context:
space:
mode:
authorJörn Zaefferer <joern.zaefferer@gmail.com>2012-06-16 14:36:57 +0200
committerJörn Zaefferer <joern.zaefferer@gmail.com>2012-06-16 14:39:46 +0200
commit4f3c1e9796e2e7bbccc8c227160ee7fec9d05208 (patch)
treeb5d806c029ce6e25af86c09da17b3740557db80d /grunt.js
parent7c74af7b224ab1b016c644bdc9bc419ea82c75f0 (diff)
downloadjquery-ui-4f3c1e9796e2e7bbccc8c227160ee7fec9d05208.tar.gz
jquery-ui-4f3c1e9796e2e7bbccc8c227160ee7fec9d05208.zip
Revert "Grunt: Replace custom rimraf-based clean task with grunt-contrib's clean task"
This reverts commit 38aac3770cc1e22e5e7225b90c47b37d857be13a. As long as grunt-contrib has a coffeescript dependency, we won't use it.
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 5af87e7a3..8ec70c647 100644
--- a/grunt.js
+++ b/grunt.js
@@ -81,7 +81,6 @@ uiFiles.forEach(function( file ) {
});
// grunt plugins
-grunt.loadNpmTasks( "grunt-contrib" );
grunt.loadNpmTasks( "grunt-css" );
grunt.loadNpmTasks( "grunt-html" );
grunt.loadNpmTasks( "grunt-compare-size" );
@@ -132,7 +131,6 @@ grunt.initConfig({
bannerCSS: createBanner( cssFiles )
},
compare_size: compareFiles,
- clean: ["dist"],
concat: {
ui: {
src: [ "<banner:meta.bannerAll>", stripBanner( uiFiles ) ],