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
7c0a2e88
authored
2016-02-18 11:02:15 -0600
by
Adam Heath
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Fix uglify:generated task when no html exists in the site.
1 parent
e466a60a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
grunt-monty-python.js
grunt-monty-python.js
View file @
7c0a2e8
...
...
@@ -343,6 +343,8 @@ module.exports = function (grunt) {
if
(
mpConfig
.
uglify
)
{
initConfig
.
uglify
=
{
options
:
mpConfig
.
uglify
,
generated
:
{
},
};
}
...
...
Please
register
or
sign in
to post a comment