Gulp has been removed from Hypha

In the PR Remove gulp and upgrade webpack by vimal1083 · Pull Request #2748 · HyphaApp/hypha · GitHub we have removed Gulp and replaced it with Webpack and plain npm scripts. The main reson was to bring down the number of security issues regarding outdates npm packages.

Examples of new/old commands:

gulp deploynpm run build
gulp watchnpm run watch

See package.json for all commands.

I have updated Local Development from Scratch - Hypha Docs.

If you have any suggestion for improvements or find and issues please let us know.

1 Like

Thank you for the update!