Skip to content

Commit

Permalink
fix bug with ascetic config
Browse files Browse the repository at this point in the history
  • Loading branch information
bastieneichenberger committed Nov 16, 2014
1 parent ece4dec commit 7c58159
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 6,386 deletions.
Binary file added app/Resources/java/yuicompressor-2.4.7.jar
Binary file not shown.
Binary file removed app/Resources/java/yuicompressor.jar
Binary file not shown.
5 changes: 2 additions & 3 deletions app/config/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,15 @@ assetic:
use_controller: false
bundles:
[JlfaWebSiteBundle, FOSUserBundle, SdzBlogBundle, JlfaForumBundle, CCDNForumForumBundle, SdzUserBundle, JlfaTwigBundle]
java: %java_path%
filters:
lessphp:
file: %kernel.root_dir%/../vendor/leafo/lessphp/lessc.inc.php
apply_to: "\.less$"
cssrewrite: ~
yui_js:
jar: %kernel.root_dir%/Resources/java/yuicompressor.jar
jar: "%kernel.root_dir%/Resources/java/yuicompressor-2.4.7.jar"
yui_css:
jar: %kernel.root_dir%/Resources/java/yuicompressor.jar
jar: "%kernel.root_dir%/Resources/java/yuicompressor-2.4.7.jar"

# Doctrine Configuration
doctrine:
Expand Down
2 changes: 1 addition & 1 deletion bin/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ rm -rf /var/www/extendscript-library-website/app/cache
# install
php app/console cache:clear --env=prod
php app/console assets:install web --symlink --env=prod
php app/console assetic:dump --env=prod
php app/console assetic:dump --env=prod --no-debug

# commands
php app/console map:update
Expand Down
Loading

0 comments on commit 7c58159

Please sign in to comment.