d800ecf5 by Adam Heath

Allow useRev and uglify to run even when bower is not enabled.

1 parent b852be15
......@@ -849,13 +849,13 @@ module.exports = function (grunt) {
buildList.push('fixRequireConfig');
if (mpConfig.bower) {
buildList.push('concat:requirejs'); // montyPython
}
if (mpConfig.useRev) {
buildList.push('rev:requirejs');
}
if (mpConfig.uglify) {
buildList.push('uglify:montyPython'); // montyPython
}
}
buildList.push('do-use');
buildList.push('htmlmin'); // montyPython
if (mpConfig.gzip) {
......