Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
brainfood
/
grunt-monty-python
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
44ff55f0
authored
2016-05-25 11:21:09 -0500
by
Adam Heath
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
concat:generated can be created if config.css is in use.
1 parent
1762cff9
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
grunt-monty-python.js
grunt-monty-python.js
View file @
44ff55f
...
...
@@ -793,7 +793,7 @@ module.exports = function (grunt) {
revList
.
push
(
'rev:font'
);
// font
}
//buildList.push('autoprefixer'); // css
if
(
mpConfig
.
punch
)
{
if
(
mpConfig
.
punch
||
mpConfig
.
css
)
{
copyList
.
push
(
'concat:generated'
);
// montyPython
}
if
(
mpConfig
.
uglify
)
{
...
...
Please
register
or
sign in
to post a comment