File: README.rst

package info (click to toggle)
webassets 3%3A3.0.0-0.1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,364 kB
  • sloc: python: 8,703; makefile: 92; sh: 3
file content (15 lines) | stat: -rw-r--r-- 431 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Standalone example
==================

This shows how you might use ``webassets`` outside of a Python project.

A global script ``webassets`` is installed by the Python package. In this
directory, run::

     $ webasssets -c bundles.yaml build

.. note::
    You need to have the ``clevercss`` PyPI package installed.

Then open ``index.html`` in your browser. The page will use the compressed
stylesheet that you have just built.