Changes between Version 8 and Version 9 of DeveloperGuidelines/Minify


Ignore:
Timestamp:
11/18/16 21:49:30 (8 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Minify

    v8 v9  
    4141
    4242For 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  * @import "../../foundation/scss/functions";
     43* Update foundation.scss
     44 * Backup the existing file & copy in the new file
     45 * Modify paths: @import '../../foundation/scss/components/
     46 * Comment the same lines in a copy of the new file & check that component names haven't been changed
     47* Update _settings.scss
     48 * Backup the existing file & copy in the new file
     49 * Modify path: @import "../../foundation/scss/functions";
     50 * Copy the uncommented lines from the backup to the new file & check that variable names haven't been changed
    4651* Build foundation.css & foundation.rtl.css
    4752{{{