Skip to content

Commit 103bf58

Browse files
committed
Added missing plugins to wscript.py
1 parent e4f25c6 commit 103bf58

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

wscript.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ def minifyfiles(context):
1515
"${commitID}", getCommitIDstring()
1616
) + \
1717
(src - '.js' + '.plugin.addimage.js').text + \
18+
(src - '.js' + '.plugin.autoprint.js').text + \
19+
(src - '.js' + '.plugin.cell.js').text + \
1820
(src - '.js' + '.plugin.from_html.js').text + \
1921
(src - '.js' + '.plugin.sillysvgrenderer.js').text + \
2022
(src - '.js' + '.plugin.split_text_to_size.js').text + \

0 commit comments

Comments
 (0)