-
Notifications
You must be signed in to change notification settings - Fork 2
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
no build script for app generated with arch-cli i #16
Comments
@cognominal See #15
We recommend something like https://github.com/gulpjs/gulp for managing these things. Arch server supports a very experimental hot reloading feature. In production, your |
The
|
I don't know yet all the npm mysteries.
And now, I have the most recent |
How do you make Arch do a production build? The only thing I see is |
When running such an app with
arch-cli s -w
and a.ls
file is modified,there is an error message emitted :
Also reading the sources, I expect the
webpack-dev-server
running on port 3001.What is the script to be run?
Also I don't yet understand the architecture. Where is the
app.js
generatedThe text was updated successfully, but these errors were encountered: