From 488da341f78652ec2bcf0fc31a6cceac6872ac8e Mon Sep 17 00:00:00 2001 From: Matt Malone Date: Mon, 10 Mar 2014 09:46:45 +0000 Subject: [PATCH] Updated clean task to clean releases pre-build --- grunt/aliases.yaml | 1 + grunt/clean.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/grunt/aliases.yaml b/grunt/aliases.yaml index 4c08d65..37605d6 100644 --- a/grunt/aliases.yaml +++ b/grunt/aliases.yaml @@ -5,5 +5,6 @@ build: - 'concat' - 'uglify' - 'sass' + - 'clean' - 'nodewebkit' - 'notify:nodewebkit' \ No newline at end of file diff --git a/grunt/clean.js b/grunt/clean.js index ed472d3..c6d840a 100644 --- a/grunt/clean.js +++ b/grunt/clean.js @@ -1 +1 @@ -module.exports = ['assets/dist/src']; \ No newline at end of file +module.exports = ['webkitbuilds/releases/']; \ No newline at end of file