Add test for resources listing

This commit is contained in:
Samy Pessé
2016-02-22 10:36:28 +01:00
parent de23494409
commit 1e243281c7
4 changed files with 66 additions and 3 deletions
+12
View File
@@ -0,0 +1,12 @@
module.exports = {
book: {
assets: './assets',
js: [
'myfile.js',
'https://ajax.googleapis.com/ajax/libs/angularjs/1.4.9/angular.min.js'
],
css: [
'myfile.css'
]
}
};
+7
View File
@@ -0,0 +1,7 @@
{
"name": "gitbook-plugin-test-resources",
"version": "1.0.0",
"engines": {
"gitbook": "*"
}
}