I am in development mode, I have 6 controllers, I notice there is a lot of CSS files and JS files being included, is this necessary? Can I, or should I just tell the helpers to include the specified files I need for my app?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can override the default behavior by specifying in the application.js/css which files to include by using the require/require_tree commands.