Manage assets on mako templates
Project description
A sort of django-pipeline, but for mako.
Install
mako-pipeline is avaiable on pypi:
$ pip install mako-pipeline
Usage
On your python script, call mako_pipeline.configure to setup file mapping:
from mako_pipeline import configure
configure({
'debug': True,
'javascript': {
'final-js': ['file1', 'file2']
}
})
On templates, import the module using namespace tag and use like following:
<%namespace name="assets" module="mako_pipeline.assets" />
<%assets:tag name="final-js" args="ASSETS_URL" %>
<script src="${ASSETS_URL}"></script>
<%/assets:tag%>
License
This project is licensed under MIT license (please see LICENSE file).
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
mako-pipeline-0.0.1.tar.gz
(1.7 kB
view details)
File details
Details for the file mako-pipeline-0.0.1.tar.gz
.
File metadata
- Download URL: mako-pipeline-0.0.1.tar.gz
- Upload date:
- Size: 1.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 209309c36f0ad40c58ab1ad5e0fcd884e714cb65cd71b2b64150a399c01db2b8 |
|
MD5 | 3b29bd2adb01b2007cb96208153c320f |
|
BLAKE2b-256 | 5429c1d636379f1343bdc0e3e5e76657d4d760eee9c4ce9675b63e8cc6480a35 |