We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 managed to adapt this started template to the project I'm currently working on.
Both work correctly:
However I can't manage to set production environment:
NODE_ENV=production && gulp serve-build # or NODE_ENV="production" && gulp serve-build
still prints:
Current environment: development Change environment via --env or NODE_ENV
gulp serve-dev --env production # or gulp --env production serve-dev
returns this error:
Task 'serve-build' is not in your gulpfile
Any clue? Thanks in advance
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I managed to adapt this started template to the project I'm currently working on.
Both work correctly:
However I can't manage to set production environment:
still prints:
returns this error:
Any clue?
Thanks in advance
The text was updated successfully, but these errors were encountered: