-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use Spago from overlay, Spago 0.21.1 is broken
It fails to download dependencies when you don't already have them. The newer Spago version is much slower at downloading dependencies, but at least it does work.
- Loading branch information
Showing
8 changed files
with
6,972 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
/bower_components/ | ||
/node_modules/ | ||
/.pulp-cache/ | ||
/output/ | ||
/generated-docs/ | ||
/.psc-package/ | ||
/.psc* | ||
/.purs* | ||
/.psa* | ||
/.spago |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
output/app.js: output/Main/index.js | ||
spago bundle-app --minify --to output/app.js | ||
spago bundle --minify --outfile output/app.js | ||
|
||
output/Main/index.js: src/*.purs src/*.js spago.dhall packages.dhall | ||
output/Main/index.js: src/*.purs src/*.js spago.lock spago.yaml | ||
spago build |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.