jsenv-brunch
jsenv-brunch copied to clipboard
Add support for processing .jsenv files to Brunch (http://brunch.io). Read environment values to compile to JS.
Hello, do you have the detailed document of jsenv-brunch? Looking forward to your reply
I couldn't finish npm install because of jsenv-brunch throwing Permissions Errors. After installing jsenv-brunch and than running `npm install` it works. `Error: EPERM: operation not permitted, rename '\node_modules\.jsenv-brunch.DELETE\node_modules\coffee-script' -> '\node_modules\jsenv-brunch\node_modules\coffee-script'`
In the example you offer with API_URL, I want to do something very similar. So I expect I can reference this variable in my js files? When I use require('config')...
If you want to load an integer or a boolean from an environment variable you will quickly find that you have a lot of values that look like `"3"` or...