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
d800ecf5
authored
2016-12-16 20:54:04 -0600
by
Adam Heath
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Allow useRev and uglify to run even when bower is not enabled.
1 parent
b852be15
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
grunt-monty-python.js
grunt-monty-python.js
View file @
d800ecf
...
...
@@ -849,12 +849,12 @@ 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
}
}
if
(
mpConfig
.
useRev
)
{
buildList
.
push
(
'rev:requirejs'
);
}
if
(
mpConfig
.
uglify
)
{
buildList
.
push
(
'uglify:montyPython'
);
// montyPython
}
buildList
.
push
(
'do-use'
);
buildList
.
push
(
'htmlmin'
);
// montyPython
...
...
Please
register
or
sign in
to post a comment