diff --git a/Gruntfile.js b/Gruntfile.js index cb1c8e66c..72ed27c13 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -209,6 +209,9 @@ module.exports = function(grunt) { } } }, + clean: { + license: ['public/bower_components/**/bower.json'] + }, license: { all: { // Target-specific file lists and/or options go here. @@ -238,9 +241,6 @@ module.exports = function(grunt) { noGood: true, } } - }, - clean: { - license: ['bower_components/**/bower.json'] } });