feat: History diff UI

This commit is contained in:
NGPixel
2017-07-02 18:15:05 -04:00
committed by Nicolas Giard
parent 8e6938483c
commit 43f9a10416
5 changed files with 115 additions and 22 deletions

View File

@@ -56,6 +56,14 @@ const SHIMS = {
jquery: {
source: 'node_modules/jquery/dist/jquery.js',
exports: '$'
},
diff2html: {
source: 'node_modules/diff2html/dist/diff2html.min.js',
exports: 'Diff2Html'
},
diff2htmlui: {
source: 'node_modules/diff2html/dist/diff2html-ui.min.js',
exports: 'Diff2HtmlUI'
}
}