mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-30 03:00:24 +00:00
Remove extra trailing comma in Gruntfile.js
validation: {
options: {
reset: true
},
This commit is contained in:
parent
f7a7cb479f
commit
39bc5198ae
1 changed files with 1 additions and 1 deletions
|
|
@ -127,7 +127,7 @@ module.exports = function(grunt) {
|
|||
|
||||
validation: {
|
||||
options: {
|
||||
reset: true,
|
||||
reset: true
|
||||
},
|
||||
files: {
|
||||
src: ["_gh_pages/**/*.html"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue