update deps
This commit is contained in:
3
node_modules/minifyfromhtml/example/css/mywidget-alt.css
generated
vendored
Normal file
3
node_modules/minifyfromhtml/example/css/mywidget-alt.css
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
#mywidget {
|
||||
border: 2px solid blue;
|
||||
}
|
1
node_modules/minifyfromhtml/example/dist/dist.css
generated
vendored
Normal file
1
node_modules/minifyfromhtml/example/dist/dist.css
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
#mywidget{border:2px solid red}
|
2
node_modules/minifyfromhtml/example/dist/dist.js
generated
vendored
Normal file
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
24
node_modules/minifyfromhtml/example/dist/index.html
generated
vendored
Normal 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>
|
2
node_modules/minifyfromhtml/example/index.html
generated
vendored
2
node_modules/minifyfromhtml/example/index.html
generated
vendored
@@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user