Is compiling compass to public/ dir in rails safe? -


i have .scss files stored in app/assets/stylesheets folder in rails 3.x. when compile folder (using: compass compile ~/projects/myproject), resulting .css files placed in newly created folder public/assets. guess default behavior.

my question is, security , best practice, safe have compass compile css files public folder?

if not thing, how can tell compass compile css files elsewhere? there command can add config file somewhere?

thanks help.

yes, totally secure. rails assets pipeline behaves, convention, way too. public folder place assets put when compiled. in same way, scss compiled compass secure there.


Comments

Popular posts from this blog

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

Pull out data related to my apps from Android Play Store and iOS App Store -

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