symfony-cmf / symfony-cmf-docs

The documentation for the symfony content management framework
http://cmf.symfony.com
44 stars 157 forks source link

cleanup installation instructions #636

Closed dbu closed 9 years ago

dbu commented 9 years ago

we added create to the standard edition but missed to add the assetic:dump instructions.

fix https://github.com/symfony-cmf/CreateBundle/issues/134

lsmith77 commented 9 years ago

we incrementally merge 1.2 into master .. right?

wouterj commented 9 years ago

I would love to have an out of the box solution for this. This is just a case where I think "Hmm, that should be easier". It doesn't feel really DX perfect if you have to execute a command to use a shortcut.

dbu commented 9 years ago

well, if we go for the npm stack for assets, things will not get less complicated :-P (just saying...)

sofar we used assetic in most projects so i did not even notice this.

dbu commented 9 years ago

but that said, if you have an idea how to improve this, go for it. not sure if adding assetic to composer.json post-install makes a lot of sense though.