-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deploy website via fluid
command-line
#1057
Comments
Hi @ColinC-UoE:
|
Hi @ColinC-UoE. Do you want to start capturing some new subtasks above? I think it might be worth posting a question about Btw, how did you get on with testing the command-line after |
I've added some subtasks now. |
I agree, For a pure NPM solution, yargs also looks promising. |
I had a look into |
Ok, sounds good. Re. file loading, yes front-end Node apps (which have been bundled to run in the browser) aren’t able to access the file system. But if you’re compiling for Node itself (backend JavaScript) you should have access to the file system – I think it depends on how you build the app. (I thought just |
Ah ha. I kept my search terms to "JavaScript ..." so none of the results mentioned Node. |
Done/dropped:
|
fluid
command-line
Renamed from “Command-line publishing tool” and moved into transparent-text 0.2 milestone. |
Moved to fluid 0.7.next milestone. |
Closing as completed, further work to be found under #1203 |
Overview
Want to be able to import fluid as an npm package, and publish / test websites that way, instead of by bundling all of fluid, and forcing the user to download the Purescript compiler. Instead, we want to be able to build websites locally, supply them with fluid as a library, and then run them as we would expect. Currently, we are able to do this in the local project, and as an npm package, but have yet to test calling the script by using the fluid command-line tool that gets supplied to a consumer of the npm package.
Done/dropped:
fluid
functionality into a specific command, e.g.fluid eval -f [...] -d [...]
fluid publish -arg1 [...] -arg2 [...]
See also:
fluid
command-line arguments via YAML config file #1018Also:
Node.Process
The text was updated successfully, but these errors were encountered: