Jordi Boggiano před 9 roky
rodič
revize
ebabecf535
3 změnil soubory, kde provedl 0 přidání a 15 odebrání
  1. 0 1
      app/AppKernel.php
  2. 0 11
      app/config/config.yml
  3. 0 3
      composer.json

+ 0 - 1
app/AppKernel.php

@@ -14,7 +14,6 @@ class AppKernel extends Kernel
             new Symfony\Bundle\TwigBundle\TwigBundle(),
             new Symfony\Bundle\MonologBundle\MonologBundle(),
             new Symfony\Bundle\SwiftmailerBundle\SwiftmailerBundle(),
-            new Symfony\Bundle\AsseticBundle\AsseticBundle(),
             new Doctrine\Bundle\DoctrineBundle\DoctrineBundle(),
             new Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle(),
             new FOS\UserBundle\FOSUserBundle(),

+ 0 - 11
app/config/config.yml

@@ -35,17 +35,6 @@ twig:
         google_analytics: %google_analytics%
         packagist_host: %packagist_host%
 
-# Assetic Configuration
-assetic:
-    debug:          %kernel.debug%
-    use_controller: false
-    filters:
-        cssrewrite: ~
-        closure:
-            jar: %kernel.root_dir%/java/compiler.jar
-        yui_css:
-            jar: %kernel.root_dir%/java/yuicompressor-2.4.2.jar
-
 # Doctrine Configuration
 doctrine:
     dbal:

+ 0 - 3
composer.json

@@ -28,7 +28,6 @@
         "doctrine/orm": "~2.3",
         "doctrine/doctrine-bundle": "1.2.*",
         "twig/extensions": "~1.0",
-        "symfony/assetic-bundle": "2.3.*",
         "symfony/swiftmailer-bundle": "2.3.*",
         "symfony/monolog-bundle": "~2.4",
         "sensio/distribution-bundle": "2.3.*",
@@ -50,11 +49,9 @@
         "zendframework/zend-uri": "2.0.*",
         "zendframework/zend-version": "2.0.*",
 
-        "kriswallsmith/assetic": "~1.2",
         "pagerfanta/pagerfanta": "~1.0",
         "knplabs/knp-menu-bundle": "^2.0",
         "ezyang/htmlpurifier": "^4.6"
-
     },
     "scripts": {
         "post-install-cmd": [