diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-05-31 08:58:54 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-05-31 15:36:08 +0100 |
commit | 38e2918987677253b6a337f5287c2e29685b9c78 (patch) | |
tree | 730f88f1cdef16d2e3c95cd6b95972277cb6b158 /conf | |
parent | a2b2bdd3813ad60c97269147efb8f0353becb66c (diff) |
Improve CSS compilation.
Move to using libsass via CSS::Sass, and stop using compass, supplying
any used mixins directly. This removes the need for any ruby/gem based
installation, and greatly increases the speed of compilation. make_css
is also enhanced, bringing in the file monitoring previously done by a
separate script and improving its dependency monitoring.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/packages | 2 | ||||
-rw-r--r-- | conf/packages.debian-squeeze | 2 | ||||
-rw-r--r-- | conf/packages.debian-wheezy | 2 | ||||
-rw-r--r-- | conf/packages.ubuntu-precise | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/conf/packages b/conf/packages index de2207f98..bd5ec0785 100644 --- a/conf/packages +++ b/conf/packages @@ -3,6 +3,7 @@ # mailing list if you want to change it. make +g++ jhead liblocale-gettext-perl libsoap-lite-perl @@ -11,7 +12,6 @@ perl perlmagick libmath-bigint-gmp-perl gettext -ruby-compass postgresql-server-dev-9.1 | postgresql-server-dev-8.4 gnuplot ttf-bitstream-vera diff --git a/conf/packages.debian-squeeze b/conf/packages.debian-squeeze index c2f1f3f68..4f820ed01 100644 --- a/conf/packages.debian-squeeze +++ b/conf/packages.debian-squeeze @@ -1,4 +1,5 @@ make +g++ jhead liblocale-gettext-perl memcached @@ -6,7 +7,6 @@ perl perlmagick libmath-bigint-gmp-perl gettext -ruby1.9.1 postgresql postgresql-server-dev-8.4 gnuplot diff --git a/conf/packages.debian-wheezy b/conf/packages.debian-wheezy index ef6921142..a0cd9fa16 100644 --- a/conf/packages.debian-wheezy +++ b/conf/packages.debian-wheezy @@ -1,4 +1,5 @@ make +g++ jhead liblocale-gettext-perl memcached @@ -6,7 +7,6 @@ perl perlmagick libmath-bigint-gmp-perl gettext -ruby1.9.1 postgresql postgresql-server-dev-all gnuplot diff --git a/conf/packages.ubuntu-precise b/conf/packages.ubuntu-precise index ef6921142..a0cd9fa16 100644 --- a/conf/packages.ubuntu-precise +++ b/conf/packages.ubuntu-precise @@ -1,4 +1,5 @@ make +g++ jhead liblocale-gettext-perl memcached @@ -6,7 +7,6 @@ perl perlmagick libmath-bigint-gmp-perl gettext -ruby1.9.1 postgresql postgresql-server-dev-all gnuplot |