mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
commit
87219cfeca
1 changed files with 2 additions and 2 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue