]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Update grunt paths 12612/head
authorZlatan Vasović <legospace9876@gmail.com>
Thu, 6 Feb 2014 18:39:45 +0000 (19:39 +0100)
committerZlatan Vasović <legospace9876@gmail.com>
Thu, 6 Feb 2014 18:39:45 +0000 (19:39 +0100)
Gruntfile.js

index acef4100a5314fdaaef775c0ad8181284612b5c9..6f4d6514bc77a6345bbfe974f6dc4585969169d4 100644 (file)
@@ -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'