Skip to content
This repository has been archived by the owner on Nov 27, 2020. It is now read-only.

Commit

Permalink
removed AsseticBundle
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Sep 28, 2015
1 parent f73cd59 commit 2bee277
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 22 deletions.
4 changes: 0 additions & 4 deletions README.md
Expand Up @@ -41,9 +41,6 @@ It comes pre-configured with the following bundles:

* [**MonologBundle**][11] - Adds support for Monolog, a logging library

* [**AsseticBundle**][12] - Adds support for Assetic, an asset processing
library

* **WebProfilerBundle** (in dev/test env) - Adds profiling functionality and
the web debug toolbar

Expand All @@ -68,5 +65,4 @@ Enjoy!
[9]: https://symfony.com/doc/2.8/book/security.html
[10]: https://symfony.com/doc/2.8/cookbook/email.html
[11]: https://symfony.com/doc/2.8/cookbook/logging/monolog.html
[12]: https://symfony.com/doc/2.8/cookbook/assetic/asset_management.html
[13]: https://symfony.com/doc/2.8/bundles/SensioGeneratorBundle/index.html
1 change: 0 additions & 1 deletion app/AppKernel.php
Expand Up @@ -13,7 +13,6 @@ public function registerBundles()
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 AppBundle\AppBundle(),
Expand Down
13 changes: 0 additions & 13 deletions app/config/config.yml
Expand Up @@ -36,19 +36,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:
Expand Down
3 changes: 0 additions & 3 deletions app/config/config_dev.yml
Expand Up @@ -41,8 +41,5 @@ monolog:
# type: chromephp
# level: info

assetic:
use_controller: true

#swiftmailer:
# delivery_address: me@example.com
1 change: 0 additions & 1 deletion composer.json
Expand Up @@ -11,7 +11,6 @@
"symfony/symfony": "2.8.x-dev",
"doctrine/orm": "^2.4.8",
"doctrine/doctrine-bundle": "~1.4",
"symfony/assetic-bundle": "~2.3",
"symfony/swiftmailer-bundle": "~2.3",
"symfony/monolog-bundle": "~2.4",
"sensio/distribution-bundle": "~5.0@dev",
Expand Down

0 comments on commit 2bee277

Please sign in to comment.