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
1c48ec40
authored
2015-09-28 10:27:58 -0500
by
Adam Heath
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Make certain grunt-monty-python is being checked by jshint.
1 parent
825a3048
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
Gruntfile.js
grunt-monty-python.js
Gruntfile.js
View file @
1c48ec4
...
...
@@ -8,6 +8,9 @@ module.exports = function(grunt) {
common
.
jshint
=
{
options
:
{
},
all
:
[
'grunt-monty-python.js'
,
],
browserOptions
:
{
},
};
...
...
grunt-monty-python.js
View file @
1c48ec4
...
...
@@ -3,9 +3,9 @@
*
*/
'use strict'
;
module
.
exports
=
function
(
grunt
)
{
'use strict'
;
var
_
=
require
(
'lodash'
);
require
(
'load-grunt-tasks'
)(
grunt
);
...
...
@@ -78,7 +78,7 @@ module.exports = function (grunt) {
if
(
lines
.
length
>
1
)
{
lines
.
push
(
'})(require.paths);'
);
segments
=
segments
.
concat
(
lines
);
lines
=
null
lines
=
null
;
}
}
...
...
Please
register
or
sign in
to post a comment