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
e4b534f3
authored
2015-12-15 16:17:01 -0600
by
Adam Heath
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Allow for extra paths to be added during r.js building.
1 parent
6bf90cf7
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
grunt-monty-python.js
grunt-monty-python.js
View file @
e4b534f
...
...
@@ -537,9 +537,9 @@ module.exports = function (grunt) {
dir
:
'dist/build/scripts'
,
locale
:
'en-us'
,
paths
:
{
paths
:
_
.
extend
(
{
'defaults'
:
'empty:'
,
},
},
mpConfig
.
requirePaths
),
modules
:
mpConfig
.
modules
,
},
}
...
...
Please
register
or
sign in
to post a comment