Skip to main content

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


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 hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page