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
9a528e55
authored
2016-06-16 14:31:16 -0500
by
Adam Heath
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Remove used 'value' variable from compressPaths.
1 parent
7cf39d90
Show 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 @
9a528e5
...
...
@@ -45,7 +45,7 @@ module.exports = function (grunt) {
grunt
.
registerTask
(
'fixRequireConfig'
,
function
fixRequireConfig
()
{
function
compressPaths
(
paths
,
result
)
{
var
prop
,
value
,
ptr
,
i
,
token
,
tokens
,
last
;
var
prop
,
ptr
,
i
,
token
,
tokens
,
last
;
for
(
prop
in
paths
)
{
ptr
=
result
;
tokens
=
prop
.
split
(
'/'
);
...
...
Please
register
or
sign in
to post a comment