concat:generated can be created if config.css is in use.
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -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) { | ... | ... |
-
Please register or sign in to post a comment