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

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

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -