sockmister / dilegno

0 stars 0 forks source link

Assets Management #8

Open sockmister opened 10 years ago

sockmister commented 10 years ago

Is assets management in rails automatic?

Ensure assets loading behavior is correct in production mode. Correct means all rails css should be combined and minified such that only 1 connection is required.

sockmister commented 10 years ago

compile assets. use gzip. can manage the assets individually (eg. tinymce is not needed in application, only in admin)