summaryrefslogtreecommitdiffstats
path: root/test/plugins/resources/index.js
blob: d98d6f0147416cc25463dc847918a222ba28dfd7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
module.exports = {
	website: {
        js: [
            "https://cdn.mathjax.org/mathjax/2.4-latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"
        ]
    },
    ebook: {
    	css: [
    		"test"
    	]
    }
};