I assume that as app.css is for your own custom CSS rules, then app.js is for your own custom scripts?
Is that correct?
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.
That is correct yes, though it’s usually for calling other scripts you have included though rather than writing full length scripts.
Sample App.js
So else where you may have included the datatables plugin and the fancybox plugin, in the app.js you will call the functions you may want to include across the entire site.
Though you can rename it or use inline JS on the pages if you so wish.