-
Notifications
You must be signed in to change notification settings - Fork 356
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple watch configurations? #541
Comments
This is too many levels deep.
Can you prefix your watch tasks with 'prod_' or 'dev_', then call them like so:
|
|
Hey i had the same issue and did the same logic as you but that didn't work.
and make ure tasks like this: grunt.registerTask('dev', 'compile develop', ['focus:develop']); |
Trying to set up different watch configurations for dev vs prod
What am I missing?
The text was updated successfully, but these errors were encountered: