|
Revision 117, 285 bytes
(checked in by s0undt3ch, 12 months ago)
|
|
Added caching to the hilight process which was turning out to be very slow on huge lists.
Now we exclude *.COMBINED.* and *.min.* from the generated distributions.
|
| Line | |
|---|
| 1 | recursive-include pastie/public * |
|---|
| 2 | recursive-include pastie/templates * |
|---|
| 3 | exclude pastie/lib/profilepylons.py |
|---|
| 4 | recursive-exclude pastie/tests * |
|---|
| 5 | exclude pastie/public/js/*.min.* |
|---|
| 6 | exclude pastie/public/js/*.COMBINED.* |
|---|
| 7 | exclude pastie/public/css/*.min.* |
|---|
| 8 | exclude pastie/public/css/*.COMBINED.* |
|---|
| 9 | |
|---|