add the migrate task into grunt

This commit is contained in:
Henry Oswald 2015-09-16 13:41:09 +01:00
parent ce10ceb2d9
commit e3b3b85726

View file

@ -165,7 +165,7 @@ module.exports = (grunt) ->
Helpers.buildUpstartScripts() 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 = Helpers =