Skip to main content

more.static: BowerStatic integration for Morepath

more.static integrates BowerStatic into Morepath.

Also see Static resources with Morepath.

CHANGES

0.6 (2014-11-15)

  • Use BowerStatic 0.7, which makes Tween-based integration much simpler.

  • There was a bug where references were injected but not actually properly published.

0.5 (2014-11-13)

  • It is no longer necessary to wrap the application with Bower using WSGI. Instead a tween is used. To migrate, simply replace the following:

    wsgi = bower.wrap(App())
    morepath.run(wsgi)

    With this:

    morepath.run(App())
  • Requires Morepath 0.8 and Bowerstatic 0.6.

0.4 (2014-11-03)

  • Adjust to handle Morepath 0.7 API changes concerning request construction.

0.3 (2014-09-08)

  • The 0.2 introduced a component method to obtain a component object and thus its URL. This didn’t turn out to be compatible with local components, so I’ve changed it to get_component instead:

    request.static_components.get_component('jquery').url()
  • Depend on version 0.4 of BowerStatic.

0.2 (2014-08-28)

  • Make available a static_components property on the request, which is a BowerStatic static components object. You can use this primarily to get the URL to a component, like this:

    request.static_components.component('jquery').url()
  • Depend on version 0.3 of BowerStatic.

0.1 (2014-07-07)

  • Initial public release.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

more.static-0.6.zip (11.6 kB view details)

Uploaded Source

File details

Details for the file more.static-0.6.zip.

File metadata

  • Download URL: more.static-0.6.zip
  • Upload date:
  • Size: 11.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for more.static-0.6.zip
Algorithm Hash digest
SHA256 580c0f74b1627b8b505821ab21c043fd63f640572a615bcbc3f5b9dd6119c691
MD5 39e5a1ecebee843f7d332f7c0ba39554
BLAKE2b-256 f0643708b7cd94a512391dda9d3713918c2a5e4e2b14df31f926144237743380

See more details on using hashes here.

Release history Release notifications | RSS feed

0.10

1 file

0.9

1 file

0.8.1

1 file

0.8

1 file

0.7

1 file

This release

0.6 This release

1 file

0.5

1 file

0.4

1 file

0.3

1 file

0.2

1 file

0.1

1 file

0.1dev

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page