gulp-php2html
gulp-php2html copied to clipboard
Variations of compiled HTML files
I have a simple PHP application, with Company A branding, this is converted to HMTL into a directory with this module. I want to be able to generate a second version of HTML files and distribute to a new directory, with Company B branding, using the same PHP codebase. Is this possible?
@stefanlesik: What about parameterizing your application with $_GET params? See: https://github.com/bezoerb/php2html#getdata
Looks interesting @bezoerb. could you please show me an example of how this might work?