diff options
author | Samy Pessé <samypesse@gmail.com> | 2015-01-30 16:53:38 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2015-01-30 16:53:42 +0100 |
commit | d7caf6686e4574472f6648bc9409476059571490 (patch) | |
tree | 39693515464b95b8cde7fffd409146d9adb8960f /test/plugins/resources/index.js | |
parent | 71dad602ec68a105762eff102dba12a98a40a1b1 (diff) | |
download | gitbook-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.js | 7 |
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" + ] } }; |