MozaikAgency / wp-theme-starter

WordPress theme starter-kit, build tools included :smile:
MIT License
392 stars 70 forks source link

[feature] Override the include path option. Useful for Vagrant #199

Closed MrKoopie closed 8 years ago

MrKoopie commented 8 years ago

I use Homestead to develop PHP applications, including WordPress. Unfortunately there is a performance difference when you run gulp on homestead and on your local machine. I prefer to run gulp on the local machine in watch mode (as this feature also does not work inside Homestead) and set the include path to the path inside the vm.

This feature is by default turned off.

Maximilianos commented 8 years ago

Hey @MrKoopie thanks for the contribution :smile: I had a look at this and came up with my own solution that does not require an extra configuration option. I've pushed the changes to master. Can you check them out and let me know if it works as intended for you? and if not let me know if there is anything that would make it work.

MrKoopie commented 8 years ago

@Maximilianos That is a much better approach, thanks!