Auto run grunt task after start of phpStorm
The grunt feature is great! I managed it to create a grunt task that uses lightning fast node-scss to compile scss!
Now it would be great to start this grunt task automatically after each start of phpStorm.
Any hints?
Thanks a lot, community!
Please sign in to leave a comment.
Hi there,
http://youtrack.jetbrains.com/issue/WEB-11818
Any workarounds?
Run it manually?
Currently IDE does not have ANY "run something specific after project is opened" functionality.
Good joke... :-) I thought about something like: starting phpStorm + grunt task using a batch-script similarly or so....
You definitely should be able to do that (although no details from me -- not using grunt myself).
To open specific project just pass full path to the project folder as a parameter to PhpStorm's executable.
Thanks a lot!