mirror of
https://github.com/ilri/csv-metadata-quality-web.git
synced 2025-05-07 21:56:03 +02:00
Major refactor
Refactor the templates to include a header, use csv-metadata-quality in a subshell instead of trying to import and pass args to it (which I actually managed to do, but then trying to capture the output was an issue), and use ansi2html to prepare the CLI output as the HTML.
This commit is contained in:
2
source/scss/bootstrap.scss
vendored
2
source/scss/bootstrap.scss
vendored
@ -26,7 +26,7 @@
|
||||
//@import "../../node_modules/bootstrap/scss/dropdown";
|
||||
//@import "../../node_modules/bootstrap/scss/button-group";
|
||||
//@import "../../node_modules/bootstrap/scss/nav";
|
||||
//@import "../../node_modules/bootstrap/scss/navbar";
|
||||
@import "../../node_modules/bootstrap/scss/navbar";
|
||||
//@import "../../node_modules/bootstrap/scss/card";
|
||||
//@import "../../node_modules/bootstrap/scss/accordion";
|
||||
//@import "../../node_modules/bootstrap/scss/breadcrumb";
|
||||
|
Reference in New Issue
Block a user