-
Notifications
You must be signed in to change notification settings - Fork 7
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
I can't get it to build with --env=dev #7
Comments
No need to apologize, thanks to you I just discovered that they replaced So I need to change the flag in ngx-script too, I'll push a fix ASAP |
Oh, okay... I wondered if that was it... thanks. When you push, would I need to pull from Github or will an npm update grab it? |
I just published version |
Also added mention of CLI features in the readme, following ngx-rocket/scripts#6
This should work, right? It doesn't. It still uses production. |
@enhendrickson Angular CLI changed the way it works, the
Yes, that's a lot of bother for something that just used to work 😞 |
@sinedied thanks for the awesome explanation!! |
I apologize for being a squeaky wheel but I have run the following commands and I can't get the angular side of my app to build in development environment. It's always prod config.
npm run cordova:build -- --env=dev --device --debug
npm run cordova build --device --debug -- --env=dev
npm run cordova build --device --debug --env=dev
In several of the version of the above, I saw something complaining that
Unknown option: '--env'
What am I doing wrong?
The text was updated successfully, but these errors were encountered: