Open sockmister opened 11 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.
compile assets. use gzip. can manage the assets individually (eg. tinymce is not needed in application, only in admin)
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.