mirror of
https://github.com/astuto/astuto.git
synced 2026-09-03 04:30:20 +02:00
6 lines
202 B
Bash
Executable File
6 lines
202 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# This is needed if some changes have been made to JavaScript files
|
|
# Otherwise system specs are not going to get updates made to JS files
|
|
|
|
RAILS_ENV="test" bundle exec rake assets:precompile |