Closed ascott1 closed 9 years ago
Hi @ascott1. So, I actually did this as part of a refactor, see https://github.com/18F/linkify-citations/blob/master/src/linkify-citations.js and https://github.com/18F/linkify-citations/blob/master/package.json#L9
:clap:
Rather than embedding the minified version of
citation.js
directly in the file, should it be pulled in as a dependency? This would require a build step, but seems cleaner option and an easier way to keep up with potential changes tocitation.js
.