gulp-php2html
gulp-php2html copied to clipboard
gulp plugin to generate html from php
Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...
Bumps [minimatch](https://github.com/isaacs/minimatch) to 3.1.2 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `minimatch` from 3.0.4 to 3.1.2 Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d...
Bumps [nanoid](https://github.com/ai/nanoid) to 3.3.3 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `nanoid` from 3.1.12 to 3.3.3 Changelog Sourced from nanoid's changelog. 3.3.3 Reduced size...
Example task: gulp.task('build:html', function() { return gulp.src("./Components/**/*.php") .pipe(php2html()) .pipe(gulp.dest("./dist/html")); }); If there's an empty php file, the build will only output the html files up to that point, the rest...
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...
xcode
Interestingly when installing this on OSX, I discovered that XCode is required for php2html to run or else you'll hit the `204 - No Content` error. Not only do you...