I am having little problem when compiling assets if i specify a my application layout <%= stylesheet_link_tag "application", "master" %>, the master does not get compiled when running the asset precompile command. So also i have a layout called application.mobile.erb and the assets precompile command never compiles any asset from that layout. Pls could i be doing something wrong here..
I am having little problem when compiling assets if i specify a my application
Share
you can specify in production.rb
also add above all javascript files from application.mobile.erb oru use
//= require …
in root js file, assets pipeline will know where to find them