shovon / grunt-harp

A grunt task for the Harp server.
MIT License
18 stars 17 forks source link

Watch task not running after Harp launches #12

Open siraskalot opened 9 years ago

siraskalot commented 9 years ago

My watch task is not working after I added harp to the list of tasks ...

grunt.registerTask('default', ['harp', 'watch']);

The watch task works when I remove the harp task ...

grunt.registerTask('default', ['watch']);

Please advise!