Start gulp watch when open project
Answered
Hey guys.
How can i set that when i open a project, the gulp watch command start automatically
Thanks for suport
Please sign in to leave a comment.
Hi there,
1. Create Run/Debug configuration for that gulp task
2. Use "Startup tasks" functionality and add that newly created task into that list
https://www.jetbrains.com/help/phpstorm/2016.3/startup-tasks.html?search=startup
Pretty Nice, Thanks!