ConfigurationΒΆ

You can configure djed.static via your ini-file:

[app:myapp]
djed.static.components_name = lib
...

To understand the ini-setting options, let’s take a look at the URL structure that is generated by BowerStatic:

/bowerstatic/components/jquery/2.1.1/dist/jquery.js

The setting options allow you to change the first part of all your components URLs and configure the name and the path of the default bower_components directory:

djed.static.publisher_signature

The first part of all components URLs.

default: bowerstatic

djed.static.components_path

The path or asset specification to the default bower_components directory.

default: None

djed.static.components_name

The name for the default components collection.

default: components