File: README.rst

package info (click to toggle)
webassets 3%3A2.0-0.3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,444 kB
  • sloc: python: 8,860; makefile: 92; sh: 15
file content (15 lines) | stat: -rw-r--r-- 431 bytes parent folder | download
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.