Fix up smoke tests

This commit is contained in:
James Allen
2014-02-13 09:33:39 +00:00
parent c83b03e93f
commit 5dfe961d63
4 changed files with 18 additions and 15 deletions

View File

@@ -80,7 +80,7 @@ module.exports = (grunt) ->
grunt.loadNpmTasks 'grunt-mocha-test'
grunt.loadNpmTasks 'grunt-shell'
grunt.registerTask 'compile:app', ['clean:app', 'coffee:app', 'coffee:app_src']
grunt.registerTask 'compile:app', ['clean:app', 'coffee:app', 'coffee:app_src', 'coffee:smoke_tests']
grunt.registerTask 'run', ['compile:app', 'concurrent']
grunt.registerTask 'compile:unit_tests', ['clean:unit_tests', 'coffee:unit_tests']