espial/purs
Jon Schoning 2e3e7097e6 init
2019-01-30 20:54:47 -06:00
..
src init 2019-01-30 20:54:47 -06:00
test init 2019-01-30 20:54:47 -06:00
.gitignore init 2019-01-30 20:54:47 -06:00
Makefile init 2019-01-30 20:54:47 -06:00
package-lock.json init 2019-01-30 20:54:47 -06:00
package.json init 2019-01-30 20:54:47 -06:00
packages.dhall init 2019-01-30 20:54:47 -06:00
README.md init 2019-01-30 20:54:47 -06:00
spago.dhall init 2019-01-30 20:54:47 -06:00

Development (Posix only)

  1. Install purescript, purescript-spago, terser:
npm install
  1. (optional) working with .dhall files:
stack install dhall dhall-json
  1. Download purescript libraries (1x only):
make install
  1. build dist/app.min.js:
make

On a successful build, make will also update ../static/js/, since the purs/ folder is opaque to the espial executable build process.