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
Post a Comment