Skip to content

Commit

Permalink
update bundles text
Browse files Browse the repository at this point in the history
  • Loading branch information
Kwpolska committed May 29, 2015
1 parent 650b41e commit f40c591
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/creating-a-theme.txt
Expand Up @@ -746,11 +746,11 @@ Doing the same for layout-reverse, sidebar-overlay and the rest is left as an ex
Bundles
-------

If you have ``WebAssets`` installed and the ``USE_BUNDLES`` option set to True, Nikola can put several CSS or JS files together in a larger file,
If you have ``webassets`` installed and the ``USE_BUNDLES`` option set to True, Nikola can put several CSS or JS files together in a larger file,
which makes sites load faster. To do that, your theme needs a ``bundles`` file where the syntax is::

outputfile1.js: thing1.js, thing2.js, ...
outputfile2.css: thing1.css, thing2.css, ...
outputfile1.js=thing1.js,thing2.js,...
outputfile2.css=thing1.css,thing2.css,...

For this theme, it should be like this::

Expand Down

0 comments on commit f40c591

Please sign in to comment.