add the migrate task into grunt

This commit is contained in:
Henry Oswald 2015-09-16 13:41:09 +01:00
parent 2ee81d6c50
commit 0218f9624e

View file

@ -165,7 +165,7 @@ module.exports = (grunt) ->
Helpers.buildUpstartScripts()
#grunt.registerTask 'migrate', "compile migrations and run them", ['coffee:migrate', 'shell:migrate']
grunt.registerTask 'migrate', "compile migrations and run them", ['coffee:migrate', 'shell:migrate']
Helpers =