Changes between Version 6 and Version 7 of DeveloperGuidelines/Minify


Ignore:
Timestamp:
11/18/16 20:53:05 (7 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Minify

    v6 v7  
    3636To update to a new version of Foundation:
    3737* 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
     42For 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{{{
     47cd eden/static/themes/THEME/scss
     48compass compile
     49}}}
     50* Build foundation.min.css & foundation.rtl.min.css
     51{{{
     52compass compile -e production
     53}}}
     54
     55=== Old ===
    3856* set Max-Width to 125em
    3957* 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/foundation
    42  * eden/static/scripts/foundation
    43  * eden/static/themes/foundation
    4458
    4559For custom SCSS builds: