mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-21 13:24:08 +03:00
Remove extra trailing comma in Gruntfile.js
validation: {
options: {
reset: true
},
This commit is contained in:
+1
-1
@@ -127,7 +127,7 @@ module.exports = function(grunt) {
|
||||
|
||||
validation: {
|
||||
options: {
|
||||
reset: true,
|
||||
reset: true
|
||||
},
|
||||
files: {
|
||||
src: ["_gh_pages/**/*.html"]
|
||||
|
||||
Reference in New Issue
Block a user