diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-06-23 09:25:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-23 09:25:01 +0200 |
commit | 49e2854d5c15bbce3f24f91da34450e8f209295b (patch) | |
tree | f5aa95445549cc151e86f144b40464eecee28cf7 /app/AppKernel.php | |
parent | 4eaaa27bb5b9a5725b26471a39548d764fc9cd0a (diff) | |
parent | 496cfdc0172fd55cb555f74b64704c8f50c71b77 (diff) | |
download | wallabag-49e2854d5c15bbce3f24f91da34450e8f209295b.tar.gz wallabag-49e2854d5c15bbce3f24f91da34450e8f209295b.tar.zst wallabag-49e2854d5c15bbce3f24f91da34450e8f209295b.zip |
Merge pull request #2142 from wallabag/v2-use-npm
Manage assets through npm
Diffstat (limited to 'app/AppKernel.php')
-rw-r--r-- | app/AppKernel.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/AppKernel.php b/app/AppKernel.php index 04f86eb7..96e45da8 100644 --- a/app/AppKernel.php +++ b/app/AppKernel.php | |||
@@ -13,7 +13,6 @@ class AppKernel extends Kernel | |||
13 | new Symfony\Bundle\TwigBundle\TwigBundle(), | 13 | new Symfony\Bundle\TwigBundle\TwigBundle(), |
14 | new Symfony\Bundle\MonologBundle\MonologBundle(), | 14 | new Symfony\Bundle\MonologBundle\MonologBundle(), |
15 | new Symfony\Bundle\SwiftmailerBundle\SwiftmailerBundle(), | 15 | new Symfony\Bundle\SwiftmailerBundle\SwiftmailerBundle(), |
16 | new Symfony\Bundle\AsseticBundle\AsseticBundle(), | ||
17 | new Doctrine\Bundle\DoctrineBundle\DoctrineBundle(), | 16 | new Doctrine\Bundle\DoctrineBundle\DoctrineBundle(), |
18 | new Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle(), | 17 | new Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle(), |
19 | new FOS\RestBundle\FOSRestBundle(), | 18 | new FOS\RestBundle\FOSRestBundle(), |