In config / application.rb add the following line:
config.assets.precompile += %w(iehacks.css)
For preliminary compilation, only files inside the application manifest are automatically used.
Additional files must be declared manually.
I hope this helps and sorry for my english.
source
share