-
Notifications
You must be signed in to change notification settings - Fork 32
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
Does not support renameTask #39
Comments
|
+1 |
|
Any updates here? |
|
Sorry, I was busy... PR please. |
|
@shootaroo I don't think anyone here understand how to implement it. Thanks anyway 😄 |
|
Also actual for me, i want to rename 'watch' task to 'delta' and execute it in my custom 'watch', which may contain some another stuff. Thank you! |
|
A cheap workaround would be to load the task you need to rename by hand: Since it has to be renamed, it has to be loaded every time grunt runs. One plausible way |
I've added
jit-gruntto my gruntfile and it works just fine however, if I rename one of my grunt tasks:The build fails:
I presume
renameTaskis not currently supported?The text was updated successfully, but these errors were encountered: