petkopara / PetkoparaCrudGeneratorBundle

Symfony3 CRUD generator bundle with pagination, filter, bulk actions and Twitter bootstrap 3.3.6 features.
MIT License
70 stars 17 forks source link

Wrong CSS Path #29

Closed skazhikadyadya closed 7 years ago

skazhikadyadya commented 7 years ago

Hi, where I was install as described there your bundle bundle is started, but path to css/js looks like that:

        <!-- Le styles -->
        <link href="/bundles/petkoparaCrudGenerator/css/bootstrap.min.css" rel="stylesheet">

When I have symlink web/bundles/petkoparacrudgenerator. How I can fix that?

UPD: I was create second symbolic link as 'petkoparaCrudGenerator' but is it right way? )

petkopara commented 7 years ago

Hi, I am not sure, that I understand your problem well. Can you be more specific, because I can't find the problem.

skazhikadyadya commented 7 years ago

Okay. I was installed fresh version of Symfony 3.2, and when it installed symlink at web/bundles was named with wrong directory name (case sensitive). 'petkoparaCrudGenerator' against 'petkoparacrudgenerator'.

petkopara commented 7 years ago

I couldn't reproduce the issue. What is your operating system?

petkopara commented 7 years ago

Even I can't reproduce the problem, I understood it and I changed the assets path to lower case names. So now the problem should be fixed.