aboutsummaryrefslogtreecommitdiffstats
path: root/bin/make_css_watch
Commit message (Collapse)AuthorAgeLines
* Improve CSS compilation.Matthew Somerville2016-05-31-97/+0
| | | | | | | | 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.
* Update terminal title with CSS writing progress.Matthew Somerville2015-09-17-2/+2
|
* Remove need for cron-wrapper with existing scriptsMatthew Somerville2015-01-19-0/+9
| | | | | Call the necessary boilerplate in each script so you can call them directly. Remove boilerplate from files that don't need it.
* Update to use bundler and work on Ubuntu Trusty.Matthew Somerville2014-11-05-2/+12
| | | | | | | | Switching to bundler saves confusion about gem paths when running sass/compass to compile the CSS. Trusty can use precisely the same packages as precise, with a few tweaks to generalise the contents.
* CSS watcherHakim Cassimally2014-03-13-0/+78
Run with bin/make_css_watch This watches the .scss files in web/cobrands/* and runs the appropriate sass/compass commands (as per bin/make_css) on just those directories with changed files. As a special case, a change to the partials in web/cobrands/sass will cause a rebuild of all cobrands.