Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
Removed unneeded comas from gruntfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleyfsmith committed Nov 17, 2014
1 parent 873e91f commit e4519bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ module.exports = function(grunt) {
clientViews: {
files: watchFiles.clientViews,
options: {
livereload: true,
livereload: true
}
},
clientJS: {
Expand Down Expand Up @@ -59,7 +59,7 @@ module.exports = function(grunt) {
},
csslint: {
options: {
csslintrc: '.csslintrc',
csslintrc: '.csslintrc'
},
all: {
src: watchFiles.clientCSS
Expand Down

0 comments on commit e4519bc

Please sign in to comment.