mirror of
https://github.com/astuto/astuto.git
synced 2025-12-16 03:37:56 +01: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 |