diff options
author | Samy Pessé <samypesse@gmail.com> | 2016-04-22 11:56:34 +0200 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2016-04-22 11:56:34 +0200 |
commit | 4f86a9978b4b27b12e40ab0b5b9e18b8e0615266 (patch) | |
tree | 8c955eaf8f96da8a2dd811a75afffaf17dcc4fbc /lib/constants/pluginResources.js | |
parent | cc78b880cef726201f1670b5c9f7f6f3512c2dbe (diff) | |
download | gitbook-4f86a9978b4b27b12e40ab0b5b9e18b8e0615266.zip gitbook-4f86a9978b4b27b12e40ab0b5b9e18b8e0615266.tar.gz gitbook-4f86a9978b4b27b12e40ab0b5b9e18b8e0615266.tar.bz2 |
Add test for config
Diffstat (limited to 'lib/constants/pluginResources.js')
-rw-r--r-- | lib/constants/pluginResources.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/constants/pluginResources.js b/lib/constants/pluginResources.js new file mode 100644 index 0000000..de5eb18 --- /dev/null +++ b/lib/constants/pluginResources.js @@ -0,0 +1,4 @@ +module.exports = [ + 'js', + 'css' +]; |