Skip to content

Commit

Permalink
Merge pull request #829 from nicoburns/grunt-build-clean
Browse files Browse the repository at this point in the history
  • Loading branch information
ErisDS committed Sep 19, 2013
2 parents 32d1076 + 994263b commit 960a111
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,12 @@ var path = require('path'),
}
},

clean: {
build: {
src: ["<%= paths.buildBuild %>/**"]
}
},

copy: {
nightly: {
files: [{
Expand Down Expand Up @@ -793,6 +799,7 @@ var path = require('path'),
"concat",
"uglify",
"changelog",
"clean:build",
"copy:build",
"compress:build"
]);
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"grunt-contrib-handlebars": "~0.5.10",
"grunt-contrib-watch": "~0.5.1",
"grunt-bump": "~0.0.11",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-compress": "~0.5.2",
"grunt-contrib-concat": "~0.3.0",
Expand Down

0 comments on commit 960a111

Please sign in to comment.