Fix license clean in Gruntfile.js to reflect new composer path (#624)

This commit is contained in:
FrancescoUK
2016-10-02 11:47:33 +01:00
parent 83992cbf0d
commit 64ba842730

View File

@@ -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']
}
});