bfontaine / webassets-iife

webassets filter to wrap a JS bundle in an IIFE to avoid global leaks and improve minification

Home Page:http://webassets-iife.readthedocs.org/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

webassets-iife

Build status Coverage status Pypi package https://img.shields.io/pypi/dm/webassets-iife.png

webassets-iife is a webassets filter to wrap a JavaScript bundle in an IIFE to prevent global leaks and improve minification.

Install

pip install webassets-iife

The filter works with both Python 2.x and 3.x.

Usage

Read the docs.

About

webassets filter to wrap a JS bundle in an IIFE to avoid global leaks and improve minification

http://webassets-iife.readthedocs.org/en/latest/

License:MIT License


Languages

Language:Python 100.0%