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
f9cc77f3
authored
2017-01-19 14:09:36 -0600
by
Adam Heath
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Lodash stopped exporting a concat method.
1 parent
f8d0e797
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 @
f9cc77f
...
...
@@ -500,7 +500,7 @@ module.exports = function (grunt) {
replace
:
false
,
template
:
template
,
templateOptions
:
templateOptions
,
files
:
_
.
concat
([],
src
,
specs
),
files
:
[].
concat
(
src
,
specs
),
};
template
=
require
(
'grunt-template-jasmine-istanbul'
);
}
...
...
@@ -510,7 +510,7 @@ module.exports = function (grunt) {
templateOptions
:
templateOptions
,
},
all
:
{
src
:
_
.
concat
([],
src
:
[].
concat
(
src
,
specs
),
...
...
Please
register
or
sign in
to post a comment