The docs seem unclear.I am not sure if I have to rewrite rules with apache so that their folder is staic or something?
Share
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.
the documentation is very specific about where to save your javascript & css files
You save them in
%SF_ROOT_DIR%/web/cssand%SF_ROOT_DIR%/web/js.You then include them either in the
view.ymlor you include them manually on each page withuse_javascript('');anduse_stylesheet('');