diff options
author | Daniel Nagy <danielnagy@gmx.de> | 2012-02-09 23:58:33 +0100 |
---|---|---|
committer | Daniel Nagy <danielnagy@gmx.de> | 2012-02-09 23:58:33 +0100 |
commit | 5b93903bb5ce47ebf42489c02d1b25aaeefa6e4b (patch) | |
tree | 582cf49e9e9467d13ccd4ab0e3ccfc16c7882961 | |
parent | adding json-java, parallel-ant, hamlpy, ws4py, iwatch, owncloud (diff) | |
download | drevilt-5b93903bb5ce47ebf42489c02d1b25aaeefa6e4b.tar.gz drevilt-5b93903bb5ce47ebf42489c02d1b25aaeefa6e4b.tar.bz2 drevilt-5b93903bb5ce47ebf42489c02d1b25aaeefa6e4b.zip |
adding mod_sass
-rw-r--r-- | www-apache/mod_sass/files/20_mod_sass.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/www-apache/mod_sass/files/20_mod_sass.conf b/www-apache/mod_sass/files/20_mod_sass.conf new file mode 100644 index 0000000..3045661 --- /dev/null +++ b/www-apache/mod_sass/files/20_mod_sass.conf @@ -0,0 +1,5 @@ +<IfDefine SASS> +LoadModule sass_module /usr/lib/apache2/modules/mod_sass.so +</IfDefine> + +# vim: ts=4 filetype=apache |