mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Rapydscript must be built after mathjax
This commit is contained in:
parent
64ad30d910
commit
2ae2d14d62
@ -287,7 +287,7 @@ class RapydScript(Command): # {{{
|
||||
class Resources(Command): # {{{
|
||||
|
||||
description = 'Compile various needed calibre resources'
|
||||
sub_commands = ['kakasi', 'coffee', 'rapydscript', 'mathjax']
|
||||
sub_commands = ['kakasi', 'coffee', 'mathjax', 'rapydscript']
|
||||
|
||||
def run(self, opts):
|
||||
from calibre.utils.serialize import msgpack_dumps
|
||||
|
Loading…
x
Reference in New Issue
Block a user