glitch-soc/dist/recompile.sh
2019-07-10 03:26:51 -04:00

5 lines
126 B
Bash
Executable file

#!/bin/sh
MAXMEM=${1:-4096}
NODE_OPTIONS=--max-old-space-size=$MAXMEM
RAILS_ENV=production
bundle exec rails assets:precompile