Skip to content

Commit 40d09bc

Browse files
committedMay 29, 2015
more bundle updates
1 parent f40c591 commit 40d09bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎docs/creating-a-theme.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -752,9 +752,9 @@ which makes sites load faster. To do that, your theme needs a ``bundles`` file w
752752
outputfile1.js=thing1.js,thing2.js,...
753753
outputfile2.css=thing1.css,thing2.css,...
754754

755-
For this theme, it should be like this::
755+
For the Lanyon theme, it should be like this::
756756

757-
assets/css/all.css=rst.css,code.css,lanyon.css,poole.css
757+
assets/css/all.css=rst.css,code.css,lanyon.css,poole.css,custom.css
758758

759759
**Note:** Some themes also support the ``USE_CDN`` option meaning that in some cases it will load one bundle with all CSS and in other will load some CSS files
760760
from a CDN and others from a bundle. This is complicated and probably not worth the effort.

0 commit comments

Comments
 (0)
Please sign in to comment.