Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gauravtiwari/webpacker-custom-env

Webpacker with custom rails env like staging or demo
https://github.com/gauravtiwari/webpacker-custom-env

Last synced: 18 days ago
JSON representation

Webpacker with custom rails env like staging or demo

Awesome Lists containing this project

README

        

# Webpacker with custom rails env like staging or demo

```bash
RAILS_ENV=staging bundle exec rails assets:precompile
```

```bash
RAILS_ENV=staging bundle exec rails webpacker:compile
```

```bash
RAILS_ENV=staging NODE_ENV=production ./bin/webpack
```