remove module provisioning

This commit is contained in:
Bill Church 2019-09-18 08:57:33 -07:00
parent 56086b01dd
commit dbcf973773
4 changed files with 30357 additions and 4 deletions

File diff suppressed because one or more lines are too long

View file

@ -36,7 +36,6 @@
*/ */
.xterm { .xterm {
font-family: courier-new, courier, monospace;
font-feature-settings: "liga" 0; font-feature-settings: "liga" 0;
position: relative; position: relative;
user-select: none; user-select: none;
@ -162,6 +161,14 @@
height: 1px; height: 1px;
overflow: hidden; overflow: hidden;
} }
.xterm-dim {
opacity: 0.5;
}
.xterm-underline {
text-decoration: underline;
}
body, html { body, html {
font-family: helvetica, sans-serif, arial; font-family: helvetica, sans-serif, arial;
font-size: 1em; font-size: 1em;
@ -285,3 +292,5 @@ body, html {
.dropup:hover .dropbtn { .dropup:hover .dropbtn {
background-color: #3e8e41; background-color: #3e8e41;
} }
/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsImZpbGUiOiJ3ZWJzc2gyLmNzcyIsInNvdXJjZVJvb3QiOiIifQ==*/

View file

@ -42,7 +42,7 @@
"scripts": { "scripts": {
"start": "node index.js", "start": "node index.js",
"build": "webpack --progress --colors --config scripts/webpack.prod.js", "build": "webpack --progress --colors --config scripts/webpack.prod.js",
"builddev": "webpack --progress --colors --config scripts/webpack.dev.js", "builddev": "webpack --mode development --progress --colors --config scripts/webpack.dev.js",
"analyze": "webpack --json --config scripts/webpack.prod.js | webpack-bundle-size-analyzer", "analyze": "webpack --json --config scripts/webpack.prod.js | webpack-bundle-size-analyzer",
"test": "snyk test", "test": "snyk test",
"watch": "nodemon index.js", "watch": "nodemon index.js",

View file

@ -42,7 +42,7 @@
"scripts": { "scripts": {
"start": "node index.js", "start": "node index.js",
"build": "webpack --progress --colors --config scripts/webpack.prod.js", "build": "webpack --progress --colors --config scripts/webpack.prod.js",
"builddev": "webpack --progress --colors --config scripts/webpack.dev.js", "builddev": "webpack --mode development --progress --colors --config scripts/webpack.dev.js",
"analyze": "webpack --json --config scripts/webpack.prod.js | webpack-bundle-size-analyzer", "analyze": "webpack --json --config scripts/webpack.prod.js | webpack-bundle-size-analyzer",
"test": "snyk test", "test": "snyk test",
"watch": "nodemon index.js", "watch": "nodemon index.js",