how to put css and javascript someplace other than under public folder -


nevermind reason why, know goes against grain of putting css under public/stylesheets , js in public/javascripts (this legacy rails 2.3.5 project, i'm asking about), , there desire place js , css related particular feature within it's own folder instead of spread out , mixed rest of code base.

is there way link these static assets if not placed within public folder?


Comments

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

How can I fetch data from a web server in an android application? -

jquery - How can I dynamically add a browser tab? -