chore: rename debug filename
This commit is contained in:
parent
6d9b4a8fe7
commit
d0e9abac01
5 changed files with 4 additions and 4 deletions
|
@ -6,7 +6,7 @@
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<link rel="stylesheet" href="./normalize.css">
|
<link rel="stylesheet" href="./normalize.css">
|
||||||
<link rel="stylesheet" href="./index.css">
|
<link rel="stylesheet" href="./index.css">
|
||||||
<link rel="stylesheet" href="./heti.debug.css">
|
<link rel="stylesheet" href="./heti.css">
|
||||||
<link rel="icon" href="./favicon.svg">
|
<link rel="icon" href="./favicon.svg">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
@ -573,7 +573,7 @@
|
||||||
</ul>
|
</ul>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
||||||
<script src="./heti-addon.debug.js"></script>
|
<script src="./heti-addon.js"></script>
|
||||||
<script>
|
<script>
|
||||||
const $$root = document.getElementsByTagName('article')[0]
|
const $$root = document.getElementsByTagName('article')[0]
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
"lib": "lib"
|
"lib": "lib"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node-sass -w --output-style=expanded lib/heti.scss _site/heti.debug.css",
|
"start": "node-sass -w --output-style=expanded lib/heti.scss _site/heti.css",
|
||||||
"build:expanded": "node-sass lib/heti.scss dist/heti.css --output-style=expanded",
|
"build:expanded": "node-sass lib/heti.scss dist/heti.css --output-style=expanded",
|
||||||
"build:compressed": "node-sass lib/heti.scss dist/heti.min.css --output-style=compressed",
|
"build:compressed": "node-sass lib/heti.scss dist/heti.min.css --output-style=compressed",
|
||||||
"build:script": "rollup -c",
|
"build:script": "rollup -c",
|
||||||
|
|
|
@ -6,7 +6,7 @@ export default {
|
||||||
input: 'add-ons/add-on.js',
|
input: 'add-ons/add-on.js',
|
||||||
output: [
|
output: [
|
||||||
{
|
{
|
||||||
file: '_site/heti-addon.debug.js',
|
file: '_site/heti-addon.js',
|
||||||
name: 'Heti',
|
name: 'Heti',
|
||||||
format: 'umd'
|
format: 'umd'
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue