Lint tasks folder

This commit is contained in:
Kevin Sawicki 2013-09-09 17:38:16 +01:00
parent a171fdeca0
commit a669950239
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -45,7 +45,7 @@ module.exports = (grunt) ->
directoryPath = path.dirname(zipPath)
try
zip = new AdmZip(zipPath);
zip = new AdmZip(zipPath)
zip.extractAllTo(directoryPath, true)
rm(zipPath)
callback()