mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-22 23:40:23 +00:00
Gruntfile.js: Remove extra comma.
This commit is contained in:
parent
6bd54ef14b
commit
299f985e5d
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ module.exports = function (grunt) {
|
|||
|
||||
jscs: {
|
||||
options: {
|
||||
config: 'js/.jscsrc',
|
||||
config: 'js/.jscsrc'
|
||||
},
|
||||
grunt: {
|
||||
src: ['Gruntfile.js', 'grunt/*.js']
|
||||
|
|
|
|||
Loading…
Reference in a new issue