From ffa785d44c7d46435b8d8d79d27b1f5cb8069e03 Mon Sep 17 00:00:00 2001 From: Alexey Skobkin Date: Mon, 9 Jan 2017 00:39:41 +0300 Subject: [PATCH] AsseticBundle removed from project. --- app/AppKernel.php | 2 -- app/config/config.yml | 13 ------------- composer.json | 1 - 3 files changed, 16 deletions(-) diff --git a/app/AppKernel.php b/app/AppKernel.php index 968e53b..b49b4bb 100644 --- a/app/AppKernel.php +++ b/app/AppKernel.php @@ -13,8 +13,6 @@ class AppKernel extends Kernel new Symfony\Bundle\TwigBundle\TwigBundle(), new Symfony\Bundle\MonologBundle\MonologBundle(), new Symfony\Bundle\SwiftmailerBundle\SwiftmailerBundle(), - // @todo remove - new Symfony\Bundle\AsseticBundle\AsseticBundle(), new Doctrine\Bundle\DoctrineBundle\DoctrineBundle(), new Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle(), new Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle(), diff --git a/app/config/config.yml b/app/config/config.yml index 8271e55..bdd31a3 100644 --- a/app/config/config.yml +++ b/app/config/config.yml @@ -43,19 +43,6 @@ twig: debug: "%kernel.debug%" strict_variables: "%kernel.debug%" -# Assetic Configuration -assetic: - debug: "%kernel.debug%" - use_controller: false - bundles: [ ] - #java: /usr/bin/java - filters: - cssrewrite: ~ - #closure: - # jar: "%kernel.root_dir%/Resources/java/compiler.jar" - #yui_css: - # jar: "%kernel.root_dir%/Resources/java/yuicompressor-2.4.7.jar" - # Doctrine Configuration doctrine: dbal: diff --git a/composer.json b/composer.json index acadca5..a4feaaf 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,6 @@ "doctrine/orm": "^2.4.8", "doctrine/doctrine-bundle": "~1.4", "twig/extensions": "~1.0", - "symfony/assetic-bundle": "~2.3", "symfony/swiftmailer-bundle": "~2.3,>=2.3.10", "symfony/monolog-bundle": "^3.0.2", "sensio/distribution-bundle": "~5.0",