diff options
| author | Chris Rebert <[email protected]> | 2014-02-06 10:42:01 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-02-06 10:42:01 -0800 |
| commit | 87219cfeca18562c0b5b4f204396501f439be794 (patch) | |
| tree | 203f23204e81a87408b6fd181d59f1e227a7492a | |
| parent | 7eb532262fbd1112215b5a547b9285794b5360ab (diff) | |
| parent | 9bb5c319b8364bab584cf970b942bc03d611660e (diff) | |
| download | bootstrap-87219cfeca18562c0b5b4f204396501f439be794.tar.xz bootstrap-87219cfeca18562c0b5b4f204396501f439be794.zip | |
Merge pull request #12612 from ZDroid/grunt-path
Update grunt paths
| -rw-r--r-- | Gruntfile.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index acef4100a..6f4d6514b 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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' |
