Add mod voting feature

This commit is contained in:
Andrew Miner
2016-06-01 12:49:29 -06:00
parent cb962f6175
commit d0a2292094
17 changed files with 590 additions and 61 deletions
+2 -2
View File
@@ -188,7 +188,7 @@ module.exports = (grunt)->
tasks: ['sass']
test:
files: ['./src/**/*.coffee', './src/**/*.js', './test/**/*.coffee']
tasks: ['script:clear', 'test']
tasks: ['test']
# Compound Tasks ###################################################################################################
@@ -223,7 +223,7 @@ module.exports = (grunt)->
['prepublish', 'script:publish', 'clean', 'build']
grunt.registerTask 'start', 'build the project and start a local HTTP server',
['build', 'script:start']
['script:start']
grunt.registerTask 'test', 'run unit tests',
['mochaTest']