Hi folks,
When I use the grunt dev command the command line stalls at the command
Running "watch" task
Waiting...
Any suggestions?
Cheers
Andrew
Hi folks,
When I use the grunt dev command the command line stalls at the command
Running "watch" task
Waiting...
Any suggestions?
Cheers
Andrew
Hi Andrew,
This is to be expected - 'watch' is a part of the grunt dev task, which listens out for changes to the JS, LESS or handlebars template files, and rebuilds as necessary. You can stop the watch task with CTRL + C if you're on a Windows machine.
If you simply wish to build and launch the server, run grunt build, followed by grunt server or grunt server-scorm
Hope this helps,
Kevin
Hello Andrew,
Personally I use Console2 to run a watch task in a separate tab and use another tab for working.
Cheers,
Chris