npm i && npm run bower i
to install dependenciesnpm run build
to build a bundlenpm run clean
to clean bundle and built PureScript modules (output
dir)npm run clean-build
to build a bundle from scratchnpm run prod-build
to build a bundle for productionnpm run clean-prod-build
to build a bundle for production from scratchnpm run watch
to start watcher daemon that will automatically rebuild your changes
If you're about to deploy next release to the production server, just run
(this includes npm i
, npm run bower i
and prod-clean-build
):
npm run prod-release
npm run debug-build
to build debug bundle (optimized but not minified, unreachable code is eliminated)npm run debug-clean-build
to build debug bundle (optimized but not minified, unreachable code is eliminated) from scratch
Compact instruction that will help you to understand it from Haskell perspective if you haven't met it before (with comparsions, examples and useful links):