Skip to content

Commit 6434c6f

Browse files
authored
Precompile assets for propshaft (#3365)
1 parent e335de2 commit 6434c6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tasks/blacklight.rake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ task ci: ['build:npm'] do
4747
with_solr do
4848
Rake::Task['blacklight:internal:seed'].invoke
4949
within_test_app do
50-
# Precompiles the javascript
51-
system "bin/rake spec:prepare"
50+
# Precompiles the assets
51+
system "bin/rake assets:precompile" # Required due to https://github.com/rails/propshaft/issues/211
5252
end
5353
Rake::Task['blacklight:coverage'].invoke
5454
end

0 commit comments

Comments
 (0)