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
9f524f72
authored
2016-02-19 10:42:18 -0600
by
Adam Heath
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Exclude *.json.js from jasmine.
1 parent
eb4ece30
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
grunt-monty-python.js
grunt-monty-python.js
View file @
9f524f7
...
...
@@ -393,8 +393,9 @@ module.exports = function (grunt) {
}
if
(
mpConfig
.
jasmine
)
{
var
src
=
[
mpConfig
.
base
+
'/scripts/
{,**/}
*.js'
,
mpConfig
.
base
+
'/scripts/
**/
*.js'
,
'!'
+
mpConfig
.
base
+
'/scripts/main.js'
,
'!'
+
mpConfig
.
base
+
'/scripts/**/*.json.js'
,
];
var
specs
=
[
mpConfig
.
base
+
'/scripts/**/*.spec.js'
,
...
...
Please
register
or
sign in
to post a comment