Created
April 29, 2016 13:44
-
-
Save hugodias/0313362ff245f28e6b32a5783acfc14e to your computer and use it in GitHub Desktop.
Run assets precompile locally loading env variables from a .env file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| env $(cat .env | xargs) RAILS_ENV=production rake assets:precompile |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment