1

The docs seem unclear.I am not sure if I have to rewrite rules with apache so that their folder is staic or something?

2 Answers 2

5

the documentation is very specific about where to save your javascript & css files

You save them in %SF_ROOT_DIR%/web/css and %SF_ROOT_DIR%/web/js.

You then include them either in the view.yml or you include them manually on each page with use_javascript(''); and use_stylesheet('');

Sign up to request clarification or add additional context in comments.

Comments

3

Your CSS and JS files are stored in web/css and web/js respectively by default. You can override these but for standard Symfony behaviour, nothing further is needed. You declare the names of the CSS and JS files to be called in the apps/frontend/config/view.yml file (or inside modules' own view.yml files to take advantage of "cascading").

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.