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
04eaf9b0
authored
2016-06-21 14:45:35 -0500
by
Adam Heath
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Fix processign of mpConfig.jshint.main, it wasn't finding files at the
top-level of src/scripts.
1 parent
4d653fca
Hide 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 @
04eaf9b
...
...
@@ -254,7 +254,7 @@ module.exports = function (grunt) {
],
main
:
{
options
:
_
.
extend
({},
mpConfig
[
name
].
browserOptions
,
browserOptions
),
files
:
_
.
map
(
_
.
concat
([],
mpConfig
.
mainDirs
),
function
(
value
)
{
files
:
_
.
map
(
_
.
concat
([
''
],
mpConfig
.
mainDirs
),
function
(
value
)
{
return
{
src
:
mpConfig
.
base
+
'/scripts/'
+
value
+
'/{,**/}*.js'
,
};
...
...
Please
register
or
sign in
to post a comment