diff options
author | Samy Pessé <samypesse@gmail.com> | 2015-03-24 17:31:15 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2015-03-24 17:31:15 +0100 |
commit | b38a2c11a40c8e827a0e05d482d25e279c3ea6e5 (patch) | |
tree | 36648f3d4ea28b0f413c8c30ed0712fd74824c73 /test/plugins/resources/index.js | |
parent | c31acef47a734ade930aaaa0efa86ec01527a065 (diff) | |
download | gitbook-b38a2c11a40c8e827a0e05d482d25e279c3ea6e5.zip gitbook-b38a2c11a40c8e827a0e05d482d25e279c3ea6e5.tar.gz gitbook-b38a2c11a40c8e827a0e05d482d25e279c3ea6e5.tar.bz2 |
Add tests for plugins
Diffstat (limited to 'test/plugins/resources/index.js')
-rw-r--r-- | test/plugins/resources/index.js | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/test/plugins/resources/index.js b/test/plugins/resources/index.js new file mode 100644 index 0000000..bafa54b --- /dev/null +++ b/test/plugins/resources/index.js @@ -0,0 +1,12 @@ +module.exports = { + website: { + js: [ + "https://cdn.mathjax.org/mathjax/2.4-latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML" + ] + }, + ebook: { + css: [ + "test" + ] + } +}; |