Answer the question
In order to leave comments, you need to log in
How to make Heroku see data from assets?
The library is connected from public/vendor via bower
config/application.rb
# Link to Bower
config.assets.paths << Rails.root.join('vendor', 'assets', 'bower_components')
// Bower
//= require pixi-editor
RAILS_ENV=production rake assets:clean assets:precompile
via bash heroku and git push heroku masterconfig.assets.precompile += %w(*.png *.jpg *.jpeg *.gif)
config.serve_static_files = ENV['RAILS_SERVE_STATIC_FILES'].present?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question