summaryrefslogtreecommitdiffstats
path: root/test/plugins/resources/index.js
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2015-01-30 16:53:38 +0100
committerSamy Pessé <samypesse@gmail.com>2015-01-30 16:53:42 +0100
commitd7caf6686e4574472f6648bc9409476059571490 (patch)
tree39693515464b95b8cde7fffd409146d9adb8960f /test/plugins/resources/index.js
parent71dad602ec68a105762eff102dba12a98a40a1b1 (diff)
downloadgitbook-d7caf6686e4574472f6648bc9409476059571490.zip
gitbook-d7caf6686e4574472f6648bc9409476059571490.tar.gz
gitbook-d7caf6686e4574472f6648bc9409476059571490.tar.bz2
Fix namespacing of plugins resources
Diffstat (limited to 'test/plugins/resources/index.js')
-rw-r--r--test/plugins/resources/index.js7
1 files changed, 6 insertions, 1 deletions
diff --git a/test/plugins/resources/index.js b/test/plugins/resources/index.js
index 68b3c39..d98d6f0 100644
--- a/test/plugins/resources/index.js
+++ b/test/plugins/resources/index.js
@@ -1,7 +1,12 @@
module.exports = {
- book: {
+ website: {
js: [
"https://cdn.mathjax.org/mathjax/2.4-latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"
]
+ },
+ ebook: {
+ css: [
+ "test"
+ ]
}
};