You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.
I am using requirejs-rails newest version 1.0.0 and sprockets-rails 3.0.4
Still using version sprockets-rails 2.3.3 to fix the bug
it shows the error :
Sprockets::Rails::Helper::AssetNotPrecompiled in Home#index
Asset was not declared to be precompiled in production.
Add Rails.application.config.assets.precompile += %w( footer/footer-app.js ) to config/initializers/assets.rb and restart your server
%title
= requirejs_include_tag "application"
The text was updated successfully, but these errors were encountered:
I am using requirejs-rails newest version 1.0.0 and sprockets-rails 3.0.4
Still using version sprockets-rails 2.3.3 to fix the bug
it shows the error :
Sprockets::Rails::Helper::AssetNotPrecompiled in Home#index
Asset was not declared to be precompiled in production.
Add Rails.application.config.assets.precompile += %w( footer/footer-app.js ) to config/initializers/assets.rb and restart your server
%title
= requirejs_include_tag "application"
The text was updated successfully, but these errors were encountered: