Add back linting of build files

This commit is contained in:
Kevin Sawicki 2014-01-14 13:28:30 -08:00
parent b72028c68d
commit b08978a431

View File

@ -147,8 +147,10 @@ module.exports = (grunt) ->
'dot-atom/**/*.coffee'
'exports/**/*.coffee'
'src/**/*.coffee'
'tasks/**/*.coffee'
'Gruntfile.coffee'
]
build: [
'build/tasks/**/*.coffee'
'build/Gruntfile.coffee'
]
test: [
'spec/*.coffee'