Skip to content
This repository has been archived by the owner on Feb 28, 2019. It is now read-only.

faun/bower-rails-bug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Bower-rails bug

To reproduce, run RAILS_ENV=production rake assets:precompile --trace.

To work around this issue, run rm vendor/assets/bower_components/**/*.js.{gzip,map} and then run RAILS_ENV=production rake assets:precompile