You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This command bundles all the output .js files for each PureScript module into a single .js. This single .js file is easy to deploy or copy somewhere else.
It may make sense for us to also implement a bundle command in purenix. This command would output a single .nix for the entire project. This single .nix file would be easy to copy to another project (or possibly even use in a larger repo like Nixpkgs).
We need to investigate exactly how the bundle command works in purs and spago. We need to come up with a good way of including all our output Nix code into a single file.
purs
andspago
both implement abundle
command.This command bundles all the output
.js
files for each PureScript module into a single.js
. This single.js
file is easy to deploy or copy somewhere else.It may make sense for us to also implement a
bundle
command inpurenix
. This command would output a single.nix
for the entire project. This single.nix
file would be easy to copy to another project (or possibly even use in a larger repo like Nixpkgs).We need to investigate exactly how the
bundle
command works inpurs
andspago
. We need to come up with a good way of including all our output Nix code into a single file.This was mentioned in #22 (comment).
The text was updated successfully, but these errors were encountered: