1 file changed
+5
-0
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
739 | 739 |
| |
740 | 740 |
| |
741 | 741 |
| |
| 742 | + | |
| 743 | + | |
| 744 | + | |
| 745 | + | |
| 746 | + | |
742 | 747 |
| |
743 | 748 |
| |
744 | 749 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
739 | 739 |
| |
740 | 740 |
| |
741 | 741 |
| |
| 742 | + | |
| 743 | + | |
| 744 | + | |
| 745 | + | |
| 746 | + | |
742 | 747 |
| |
743 | 748 |
| |
744 | 749 |
| |
|
2 commit comments
Kwpolska commentedon May 28, 2015
Bundles are used by Nikola to speed things up by putting all JS and CSS in big files that encompass everything. In order to use them, you need to install
webassets
from PyPI andUSE_BUNDLES
needs to be set toTrue
(which is the default setting).In order to create bundles, you need a
themes/lanyon/bundles
text file. Its format isoutput.filename=input,files,separated,by,commas
. A sample file for lanyon is:ralsina commentedon May 28, 2015
Feel free to add that to the doc :-)