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!

0
6 comments

Run it manually?

Currently IDE does not have ANY "run something specific after project is opened" functionality.

0

Good joke... :-) I thought about something like: starting phpStorm + grunt task using a batch-script similarly or so....

0

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.

0

Please sign in to leave a comment.