4 lines
117 B
Text
4 lines
117 B
Text
|
#!/usr/bin/env sh
|
||
|
# Precompile the assets for production.
|
||
|
RAILS_ENV=production $(dirname $0)/rails assets:precompile
|