0

I followed this tutorial (official documentation for symfony 1.4).

The project is created but the /web/main.css is empty. Is this normal?

I'm using Ubuntu 10.04

2 Answers 2

2

This is the custom file that you should use for your app. It is not the same file used by the "you've successfully created your symfony module". Are you seeing pretty welcome page?

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

1 Comment

No it wasn't pretty. But I solved it. I realized that the pretty welcome page is not from project/web/css/main.css but from symfony/web/sf/screen.css. Thanks anyways!
0

just copy the sf folder from

{sf_project}\lib\vendor\symfony\data\web\sf 

to

{sf_project}\web\

Or, you need to define it as an Alias in apache vhost.

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.