Changes between Version 4 and Version 5 of DeveloperGuidelines/Themes


Ignore:
Timestamp:
06/23/12 14:45:29 (12 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Themes

    v4 v5  
    4545
    4646NB Production sites who wish to compile their code either need to hardcode the theme name in their {{{views/layout.html}}} or upgrade to Web2Py version: 2.00.0 (2012-06-17 23:36:32) or newer
     47
     48==== Ext Theme ====
     49Use [http://www.codebeautifier.com CodeBeautifier] to merge the {{{ext-all-notheme.css}}} with {{{xtheme-gray.css}}} (merges properties on the same selectors which most minifiers don't):
     50 * {{{static/scripts/ext/resources/css/ext-theme.min.css}}}
     51Can also use this to merge a custom theme, e.g. built with http://extbuilder.dynalias.com
     52
     53== See Also ==
     54* [DeveloperGuidelines/Templates Templates]