Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
87219cfe
Commit
87219cfe
authored
11 years ago
by
Chris Rebert
Browse files
Options
Download
Plain Diff
Merge pull request #12612 from ZDroid/grunt-path
Update grunt paths
parents
7eb53226
9bb5c319
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Gruntfile.js
+2
-2
Gruntfile.js
with
2 additions
and
2 deletions
+2
-2
Gruntfile.js
+
2
-
2
View file @
87219cfe
...
...
@@ -44,7 +44,7 @@ module.exports = function (grunt) {
jshintrc
:
'
js/.jshintrc
'
},
grunt
:
{
src
:
[
'
Gruntfile.js
'
,
'
docs/
grunt/*.js
'
,
'
test-infra/shrinkwrap.js
'
]
src
:
[
'
Gruntfile.js
'
,
'
grunt/*.js
'
]
},
src
:
{
src
:
'
js/*.js
'
...
...
@@ -62,7 +62,7 @@ module.exports = function (grunt) {
config
:
'
js/.jscs.json
'
,
},
grunt
:
{
src
:
[
'
Gruntfile.js
'
,
'
docs/
grunt/*.js
'
,
'
test-infra/shrinkwrap.js
'
]
src
:
[
'
Gruntfile.js
'
,
'
grunt/*.js
'
]
},
src
:
{
src
:
'
js/*.js
'
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment