Skip to content

Rebuild home page with Gulp #46

Open
@geoffreyvanwyk

Description

@geoffreyvanwyk

Building the website with Gulp will be much easier than with HydePHP, because:

  • with HydePHP, there are two systems: the PHP system and the NPM system. With Gulp, there is only Gulp.
  • the php hyde serve clashes with npm run watch almost every time because they write to the same directory. With every second change almost, the npm run watch command crashes while trying to chmod the mix-manifest.json file. This is very bad for productivity. With Gulp, I will only run one command gulp watch.
  • Autoreloading the web page in the web browser is much simpler with Gulp and BrowserSync. With HydePHP I would probably only figure it out after a lot of work.
  • I only need one page, and maybe a "Contact" page. Gulp feels much lighter for this than HydePHP.
  • HydePHP brings in styling customizations which interferes with DaisyUI.

Metadata

Metadata

Labels

developmentImprove how project is developed

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions