Skip to content

Commit

Permalink
improving build instructions slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
bbarker committed Feb 19, 2021
1 parent d278cf3 commit 4215587
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,11 @@ An example is [CSS Reload](https://addons.mozilla.org/en-US/firefox/addon/css-re

# Building

If you have the relevant build tools installed (`npm`, `spago`, `pulp`, etc.), you can
build using `npm run build && npm run prod`. For a more convenient approach, see
If you have the relevant build tools installed (`npm`, `spago`, `pulp`, etc.),
You can run `npm install && npm run getcss` (once should suffice) to get JavaScript
and CSS dependencies. Then you can
build using `npm run build && npm run prod` (which also fetches PureScript dependencies
in the build step). For a more convenient approach, see
the section on Docker below, and for complete build commands used in CI, see
`scripts/dist_build_commands.sh`. `npm run debug` will also create an unminified
version that may be useful for debugging (additionally compilation errors may
Expand Down

0 comments on commit 4215587

Please sign in to comment.