Changes between Version 24 and Version 25 of DeveloperGuidelines/Themes/SCSS
- Timestamp:
- 07/05/18 12:15:31 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Themes/SCSS
v24 v25 58 58 - '''theme.css''' 59 59 60 For longer development sessions, it can be convenient to let {{{compass}}} automatically rebuild the theme whenever a source changes:60 For longer development sessions, it can be convenient to let {{{compass}}} automatically rebuild the theme: 61 61 {{{ 62 62 cd static/themes/THEME/scss 63 63 compass watch 64 64 }}} 65 This runs continuously, watching the file system, and will automatically run {{{compass compile}}} when a source changes.65 This runs continuously, watching the file system, and will automatically run {{{compass compile}}} whenever a source changes. 66 66 === Production === 67 67