From 38e2918987677253b6a337f5287c2e29685b9c78 Mon Sep 17 00:00:00 2001 From: Matthew Somerville Date: Tue, 31 May 2016 08:58:54 +0100 Subject: 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. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index ca3180604..1e03cda7f 100644 --- a/.gitignore +++ b/.gitignore @@ -18,6 +18,7 @@ FixMyBarangay.po /web/css/core.css /web/css/main.css /web/cobrands/*/*.css +/web/cobrands/*/*.css.map /web/cobrands/seesomething # Photo upload cache -- cgit v1.2.3