Skip to content

Commit

Permalink
Fix trailing comma in Gruntfile
Browse files Browse the repository at this point in the history
  • Loading branch information
neelabhg committed Nov 12, 2015
1 parent 4c36788 commit 633016a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ module.exports = function (grunt) {
serveStatic('.tmp'),
connect().use('/bower_components', serveStatic('./bower_components')),
serveStatic(config.app),
connect().use('/LICENSE.md', serveStatic('./LICENSE.md')),
connect().use('/LICENSE.md', serveStatic('./LICENSE.md'))
];
},
livereload: false
Expand Down

0 comments on commit 633016a

Please sign in to comment.