Ignore:
Timestamp:
14 May 2012, 10:00:37 (12 years ago)
Author:
Henrik Bettermann
Message:

Call hurry.resource.libraries entry point waeup_custom instead of waeup_uniben.

Re-run of buildout required!

Location:
main/waeup.uniben/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.uniben/trunk/setup.py

    r8360 r8443  
    8989      # Add entry points here
    9090      [hurry.resource.libraries]
    91       waeup_uniben = waeup.uniben.browser.resources:waeup_uniben
     91      waeup_custom = waeup.uniben.browser.resources:waeup_custom
    9292      [console_scripts]
    9393      kofa-debug = grokcore.startup:interactive_debug_prompt
  • main/waeup.uniben/trunk/src/waeup/uniben/browser/resources.py

    r8441 r8443  
    2121    )
    2222
    23 #: All local resources are registered under the name ``waeup_uniben``.
    24 waeup_uniben = Library('waeup_uniben', 'static')
     23#: All local resources are registered under the name ``waeup_custom``.
     24waeup_custom = Library('waeup_custom', 'static')
    2525
    2626custom_theme = ResourceInclusion(
    27     waeup_uniben, 'custom_theme.css',
     27    waeup_custom, 'custom_theme.css',
    2828    depends = [waeup_base_css])
    2929
    30 favicon = ResourceInclusion(waeup_uniben, 'favicon.ico')
     30favicon = ResourceInclusion(waeup_custom, 'favicon.ico')
Note: See TracChangeset for help on using the changeset viewer.