Changes between Version 27 and Version 28 of DeveloperGuidelines/Themes


Ignore:
Timestamp:
05/31/17 09:29:33 (8 years ago)
Author:
Fran Boon
Comment:

Add building the minified version

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Themes

    v27 v28  
    5959
    6060=== Complex modifications ===
    61 Need to work with SCSS, ideally using Compass.
     61Need to work with SCSS, ideally using Compass:
    6262{{{
    63 compass --compile
     63compass compile # Build the debug version
     64compass compile -e production # Build the minified version
    6465}}}
    6566