aboutsummaryrefslogtreecommitdiffstats
path: root/bin/make_css_watch
Commit message (Collapse)AuthorAgeLines
* 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.