2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

Use different coding style for Gruntfile

Fixes #12657
This commit is contained in:
Zlatan Vasović
2014-02-08 21:59:17 +01:00
committed by Chris Rebert
parent 9afead3fb0
commit ba4206b644
7 changed files with 46 additions and 28 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ module.exports = function (grunt) {
},
grunt: {
options: {
node: true
jshintrc: 'grunt/.jshintrc'
},
src: ['Gruntfile.js', 'grunt/*.js']
},