summaryrefslogtreecommitdiffstats
path: root/lib/constants
diff options
context:
space:
mode:
authorJohan Preynat <johan.preynat@gmail.com>2016-05-27 15:05:33 +0200
committerJohan Preynat <johan.preynat@gmail.com>2016-05-27 15:05:33 +0200
commit0aa32916d6094c147d655cfb4fe44a222a5acacb (patch)
tree7b03427881cd42ebb5af205a8310a5858240202e /lib/constants
parente2e0ca3f0585ab245bae91c7a48178454fe96a44 (diff)
downloadgitbook-0aa32916d6094c147d655cfb4fe44a222a5acacb.zip
gitbook-0aa32916d6094c147d655cfb4fe44a222a5acacb.tar.gz
gitbook-0aa32916d6094c147d655cfb4fe44a222a5acacb.tar.bz2
Add prefix for theme plugins as constant
Diffstat (limited to 'lib/constants')
-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