Changes between Version 24 and Version 25 of DeveloperGuidelines/Themes/SCSS


Ignore:
Timestamp:
07/05/18 12:15:31 (6 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Themes/SCSS

    v24 v25  
    5858  - '''theme.css'''
    5959
    60 For longer development sessions, it can be convenient to let {{{compass}}} automatically rebuild the theme whenever a source changes:
     60For longer development sessions, it can be convenient to let {{{compass}}} automatically rebuild the theme:
    6161{{{
    6262cd static/themes/THEME/scss
    6363compass watch
    6464}}}
    65 This runs continuously, watching the file system, and will automatically run {{{compass compile}}} when a source changes.
     65This runs continuously, watching the file system, and will automatically run {{{compass compile}}} whenever a source changes.
    6666=== Production ===
    6767