-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Adds commander CLI, improve remote deployments #58
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
Conversation
- Adds support for --config, --port --allowInsecureHTTP - Adds support for PARSE_DASHBOARD_ALLOW_INSECURE_HTTP - Adds npm start script for easy deployments
By analyzing the blame information on this pull request, we identified @drew-gross, @mnoble and @hallucinogen to be potential reviewers. |
nice! could we not reuse the |
not really as we 'demonize' with & and watch for changes. that breaks the passed command line arguments as they get passed to web pack :( The ideal scenario would be to have the built dashboard, and just do |
:( lgtm. We're still referencing |
I've updated the README to reference it for 'deployments'. |
Adds commander CLI, improve remote deployments
@flovilmart |
yeah but it don't build a production version in dist/ with the minified that I would use for I could add this to web pack so when we run |
Yeah feel free to modify it. I think |
Good! so |
fixes #54