2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

Gruntfile.js: Remove extra comma.

This commit is contained in:
XhmikosR
2014-02-28 17:29:36 +02:00
parent 6bd54ef14b
commit 299f985e5d
+1 -1
View File
@@ -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']