Skip to content

Commit da3faf9

Browse files
committed
externalized the citation-js plugin
1 parent 74c4907 commit da3faf9

8 files changed

Lines changed: 1 addition & 99 deletions

File tree

‎package.json‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,12 @@
1111
"scripts": {
1212
"test": "mocha"
1313
},
14-
"author": "Zulko",
14+
"author": "Drew-S & Zulko",
1515
"homepage": "https://github.com/RelaxedJS",
1616
"license": "ISC",
1717
"dependencies": {
1818
"cheerio": "^1.0.0-rc.2",
1919
"chokidar": "^2.0.3",
20-
"citation-js": "^0.4.0-5",
2120
"colors": "^1.3.0",
2221
"commander": "^2.15.1",
2322
"csvtojson": "^2.0.3",

‎src/builtin_plugins/bibliography/index.js‎

Lines changed: 0 additions & 73 deletions
This file was deleted.

‎src/builtin_plugins/bibliography/mixins.pug‎

Lines changed: 0 additions & 6 deletions
This file was deleted.

‎src/builtin_plugins/index.js‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
const bibliography = require('./bibliography')
21
const chartjs = require('./chartjs')
32
const table = require('./table')
43
const mathjax = require('./mathjax')
@@ -11,7 +10,6 @@ const katex = require('./katex')
1110
// WE WILL CERTAINLY TAKE OUT MOST OF THEM, AS SEPARATE PLUGINS
1211

1312
exports.plugins = {
14-
bibliography,
1513
mathjax,
1614
katex
1715
}

‎test/samples/pug/bibliography/config.yml‎

Lines changed: 0 additions & 3 deletions
This file was deleted.
-12.5 KB
Binary file not shown.

‎test/samples/pug/bibliography/master.pug‎

Lines changed: 0 additions & 9 deletions
This file was deleted.

‎test/test.js‎

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ describe('Sample tests', function () {
1717
sampleName: 'basic_example',
1818
timeout: 10000
1919
},
20-
{
21-
sampleName: 'bibliography',
22-
timeout: 10000
23-
},
2420
{
2521
sampleName: 'local_plugin',
2622
timeout: 10000

0 commit comments

Comments
 (0)