Skip to content

Commit f40c591

Browse files
committedMay 29, 2015
update bundles text
1 parent 650b41e commit f40c591

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

Diff for: ‎docs/creating-a-theme.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -746,11 +746,11 @@ Doing the same for layout-reverse, sidebar-overlay and the rest is left as an ex
746746
Bundles
747747
-------
748748

749-
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,
749+
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,
750750
which makes sites load faster. To do that, your theme needs a ``bundles`` file where the syntax is::
751751

752-
outputfile1.js: thing1.js, thing2.js, ...
753-
outputfile2.css: thing1.css, thing2.css, ...
752+
outputfile1.js=thing1.js,thing2.js,...
753+
outputfile2.css=thing1.css,thing2.css,...
754754

755755
For this theme, it should be like this::
756756

0 commit comments

Comments
 (0)
Please sign in to comment.