44ff55f0 by Adam Heath

concat:generated can be created if config.css is in use.

1 parent 1762cff9
...@@ -793,7 +793,7 @@ module.exports = function (grunt) { ...@@ -793,7 +793,7 @@ module.exports = function (grunt) {
793 revList.push('rev:font'); // font 793 revList.push('rev:font'); // font
794 } 794 }
795 //buildList.push('autoprefixer'); // css 795 //buildList.push('autoprefixer'); // css
796 if (mpConfig.punch) { 796 if (mpConfig.punch || mpConfig.css) {
797 copyList.push('concat:generated'); // montyPython 797 copyList.push('concat:generated'); // montyPython
798 } 798 }
799 if (mpConfig.uglify) { 799 if (mpConfig.uglify) {
......