mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-12 00:24:03 +02:00
Gruntfile.js: Remove extra comma.
This commit is contained in:
@@ -62,7 +62,7 @@ module.exports = function (grunt) {
|
|||||||
|
|
||||||
jscs: {
|
jscs: {
|
||||||
options: {
|
options: {
|
||||||
config: 'js/.jscsrc',
|
config: 'js/.jscsrc'
|
||||||
},
|
},
|
||||||
grunt: {
|
grunt: {
|
||||||
src: ['Gruntfile.js', 'grunt/*.js']
|
src: ['Gruntfile.js', 'grunt/*.js']
|
||||||
|
Reference in New Issue
Block a user