##// END OF EJS Templates
don’t store minified css in development...
don’t store minified css in development - setup css defaults to non-minified css - build minified css and jsversion on sdist/wheel

File last commit:

r13347:54891794
r17333:c39bd00f
Show More
__init__.py
7 lines | 199 B | text/x-python | PythonLexer
"""Utilities for converting notebooks to and from different formats."""
from .exporters import *
from . import filters
from . import preprocessors
from . import postprocessors
from . import writers