HarrySystems / Premise

Framework for structuring PHP projects in modules with hierarchical dependencies
MIT License
0 stars 1 forks source link

pre request handler for task running #6

Open HarrySystems opened 7 years ago

HarrySystems commented 7 years ago

Ex.: index.php.css preprocess index.css using index.php in the same directory.

This way there's no need of gulp or grunt or anything like that. All the needs for preprocessing will be solved by http requests by demand.