mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-05-21 14:26:33 -04:00
Rapydscript must be built after mathjax
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user