Skip to content

Commit d8ecd9f

Browse files
committed
feature #387 Stop using Assetic to manage assets (javiereguiluz)
This PR was squashed before being merged into the master branch (closes #387). Discussion ---------- Stop using Assetic to manage assets Related to #386 discussion ... what if we remove Assetic entirely? Commits ------- e9df259 Stop using Assetic to manage assets
2 parents 6a309b7 + e9df259 commit d8ecd9f

File tree

117 files changed

+436
-23129
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

117 files changed

+436
-23129
lines changed

app/AppKernel.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ public function registerBundles()
1717
new Symfony\Bundle\TwigBundle\TwigBundle(),
1818
new Symfony\Bundle\MonologBundle\MonologBundle(),
1919
new Symfony\Bundle\SwiftmailerBundle\SwiftmailerBundle(),
20-
new Symfony\Bundle\AsseticBundle\AsseticBundle(),
2120
new Doctrine\Bundle\DoctrineBundle\DoctrineBundle(),
2221
new Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle(),
2322
new WhiteOctober\PagerfantaBundle\WhiteOctoberPagerfantaBundle(),

0 commit comments

Comments
 (0)