Lint Gruntfile

This commit is contained in:
Kevin Sawicki 2013-09-09 23:25:26 +01:00
parent 31a5ec62fd
commit 45af1d10cb

View File

@ -87,6 +87,7 @@ module.exports = (grunt) ->
'dot-atom/**/*.coffee'
'src/**/*.coffee'
'tasks/**/*.coffee'
'Gruntfile.coffee'
]
test: [
'spec/*.coffee'