update deps

This commit is contained in:
s2
2019-12-20 20:02:44 +01:00
parent 14c1b72301
commit b7fa481dcb
833 changed files with 68364 additions and 18390 deletions

View File

@@ -0,0 +1,3 @@
#mywidget {
border: 2px solid blue;
}

1
node_modules/minifyfromhtml/example/dist/dist.css generated vendored Normal file
View File

@@ -0,0 +1 @@
#mywidget{border:2px solid red}

2
node_modules/minifyfromhtml/example/dist/dist.js generated vendored Normal file

File diff suppressed because one or more lines are too long

24
node_modules/minifyfromhtml/example/dist/index.html generated vendored Normal file
View File

@@ -0,0 +1,24 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Example</title>
<!-- just the minified stuff -->
<script type="text/javascript" charset="utf-8" src="dist.js"></script>
<link rel="stylesheet" type="text/css" href="dist.css" />
</head>
<body>
<div id="mywidget"></div>
<script>
//widget init
spectacularwidget(document.getElementById('mywidget'));
</script>
</body>
</html>

View File

@@ -13,7 +13,7 @@
<!-- some css -->
<link rel="stylesheet" type="text/css" href="css/mywidget.css" />
<link rel="alternate stylesheet" type="text/css" href="css/mywidget.css" />
</head>
<body>