bertramdev / asset-pipeline

The core implementation of the asset pipeline for the jvm
194 stars 92 forks source link

User should be able to configure NODE_ENV #221

Closed aibolit closed 6 years ago

aibolit commented 6 years ago

https://github.com/bertramdev/asset-pipeline/blob/8e4faebc4e87fd1d9fa9ce435c24b2410b8859b8/asset-pipeline-core/src/main/groovy/asset/pipeline/processors/JsNodeInjectProcessor.groovy#L45

The NODE_ENV is always forced to be development and there is no way to change this at the moment. The value for this should be in some way configurable based off of the environment.

davydotcom commented 6 years ago

will be fixed in 3.0.6

aibolit commented 5 years ago

I think the current version is 3.0.7. Can this be done somehow now?