search for: test_vendor

Displaying 1 result from an estimated 1 matches for "test_vendor".

Did you mean: host_vendor
2013 May 23
1
rake assets:precompile issue with JS and stylesheets files with similar name
Hi, I''ve got following two files with same names under javascripts and stylesheets directories as: - app/assets/javascripts/test_vendor.js - app/assets/stylesheets/test_vendor.scss Essentially a JS and an stylesheet files with same name. -------------------------------------------------------------- I want these files to be precompiled and served from public directory. Thus I updated: *config.assets.precompile += %w(test_vendor....