pingyhq / pingy-cli

The Simple Frontend Build Tool. No Configuration, No Plugins.
https://pin.gy/cli
MIT License
382 stars 15 forks source link

Usage examples / documentation for WordPress development? #12

Closed ronilaukkarinen closed 7 years ago

ronilaukkarinen commented 7 years ago

Would love to use pingy with WordPress development. We have our own gulp setup running on our own vagrant box and the paths/settings for files are quite different than pingys defaults and there's not much documentation available.

Is pingy-cli intended only for HTML/Jade/Pug/ejs, not php/other? I understand "minimal configuration" perspective, but there are scenarios that require some sort of definitions.

How to get started with pingy + WordPress or is it even intended usage case or possible?

davej commented 7 years ago

Yeah, not for the moment. In the future, it might be possible to proxy through to a PHP server but right now I want to keep it simple. If you were using the Wordpress JSON API then that's a different story, Pingy could work well for that.

I think it's probably best to stick to Gulp for what you're doing right now. :)

ronilaukkarinen commented 7 years ago

OK, thanks a lot for the input! appreciate it.