impress/bin/deploy:precompile

4 lines
117 B
Bash
Executable File

#!/usr/bin/env sh
# Precompile the assets for production.
RAILS_ENV=production $(dirname $0)/rails assets:precompile