Changes between Version 6 and Version 7 of DeveloperGuidelines/Minify
- Timestamp:
- 11/18/16 20:53:05 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Minify
v6 v7 36 36 To update to a new version of Foundation: 37 37 * Donwload new version from http://foundation.zurb.com/sites/download.html/ 38 * copy the files into trunk: 39 * SCSS to {{{eden/static/themes/foundation/scss}}} 40 * JS to {{{eden/static/scripts/foundation}}} 41 42 For the default Theme and each Theme with a custom Foundation build ({{{eden/static/themes/THEME/scss}}}): 43 * Update foundation.scss (copy the uncommented lines to a copy of the new file & check that component names haven't been changed) 44 * Update _settings.scss (copy the uncommented lines to a copy of the new file & check that variable names haven't been changed) 45 * Build foundation.css & foundation.rtl.css 46 {{{ 47 cd eden/static/themes/THEME/scss 48 compass compile 49 }}} 50 * Build foundation.min.css & foundation.rtl.min.css 51 {{{ 52 compass compile -e production 53 }}} 54 55 === Old === 38 56 * set Max-Width to 125em 39 57 * download 1 version with left-to-right (foundation.css/foundation.min.css), and one version with right-to-left support (foundation.rtl.css/foundation.rtl.min.css) 40 * copy the files into trunk:41 * eden/static/styles/foundation42 * eden/static/scripts/foundation43 * eden/static/themes/foundation44 58 45 59 For custom SCSS builds: