summaryrefslogtreecommitdiffstats
path: root/lib/constants/themePrefix.js
diff options
context:
space:
mode:
authorJohan Preynat <johan.preynat@gmail.com>2016-05-28 11:56:34 +0200
committerJohan Preynat <johan.preynat@gmail.com>2016-05-28 11:56:34 +0200
commit33406c308208210cfc94a25d1d5975aad6e3f557 (patch)
treef1bb28c1c7c765ea0653c5c2c56443a7eb4d6c2d /lib/constants/themePrefix.js
parentebe845d46c9e3378a504f9b05c71ea361e36b599 (diff)
parentc3851889b0eba506c3138daaf4f1ef583dd608db (diff)
downloadgitbook-33406c308208210cfc94a25d1d5975aad6e3f557.zip
gitbook-33406c308208210cfc94a25d1d5975aad6e3f557.tar.gz
gitbook-33406c308208210cfc94a25d1d5975aad6e3f557.tar.bz2
Merge pull request #1336 from GitbookIO/loading/themes
Load plugins before themes
Diffstat (limited to 'lib/constants/themePrefix.js')
-rw-r--r--lib/constants/themePrefix.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/constants/themePrefix.js b/lib/constants/themePrefix.js
new file mode 100644
index 0000000..99428de
--- /dev/null
+++ b/lib/constants/themePrefix.js
@@ -0,0 +1,4 @@
+/*
+ All GitBook themes plugins name start with this prefix once shorted.
+*/
+module.exports = 'theme-'; \ No newline at end of file