]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/dev/recipes/default.rb
Enable gzip compression of SVG assets
[chef.git] / cookbooks / dev / recipes / default.rb
index 336fad65d8985f4014f558b047218d92404ae345..014d9fafd0f4059e79241a14acc482098f22ba59 100644 (file)
@@ -24,6 +24,7 @@ include_recipe "apache"
 include_recipe "passenger"
 include_recipe "git"
 include_recipe "mysql"
+include_recipe "nodejs"
 include_recipe "postgresql"
 
 package "php-apc"
@@ -53,9 +54,12 @@ package "python-magic"
 package "python-psycopg2"
 package "python-gdal"
 
+nodejs_package "svgo"
+
 easy_install_package "geojson"
 
 apache_module "env"
+apache_module "deflate"
 apache_module "expires"
 apache_module "proxy"
 apache_module "proxy_fcgi"