Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
xaralis committed Jun 26, 2012
1 parent 14b6d54 commit def382d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.rst
Expand Up @@ -88,11 +88,16 @@ Minifying the files
This app features simple management command which helps you create the minified
files for production. Usage goes like this::

django-admin.py minifystatics (CSS/JS) ASSET_FILE
django-admin.py minifystatics [(CSS/JS) ASSET_FILE]
Real example for previous scenario::

django-admin.py minifystatics css css/print.css

If you want to generate all the files in your app settings, simply run the command
without any arguments::

django-admin.py minifystatics
The command will look in your ``STATIC_ROOT`` by default (so be sure you
ran collectstatic before the minify command) and use it as the root path.
Expand All @@ -101,4 +106,4 @@ ran collectstatic before the minify command) and use it as the root path.
Notes
=========

django-versioned-static internally uses YUI library for minifying the CSS/JS assets.
django-versioned-static internally uses YUI library for minifying the CSS/JS assets.

0 comments on commit def382d

Please sign in to comment.