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">
|
||||
<link rel="stylesheet" href="./normalize.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">
|
||||
</head>
|
||||
<body>
|
||||
|
@ -573,7 +573,7 @@
|
|||
</ul>
|
||||
</aside>
|
||||
|
||||
<script src="./heti-addon.debug.js"></script>
|
||||
<script src="./heti-addon.js"></script>
|
||||
<script>
|
||||
const $$root = document.getElementsByTagName('article')[0]
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
"lib": "lib"
|
||||
},
|
||||
"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:compressed": "node-sass lib/heti.scss dist/heti.min.css --output-style=compressed",
|
||||
"build:script": "rollup -c",
|
||||
|
|
|
@ -6,7 +6,7 @@ export default {
|
|||
input: 'add-ons/add-on.js',
|
||||
output: [
|
||||
{
|
||||
file: '_site/heti-addon.debug.js',
|
||||
file: '_site/heti-addon.js',
|
||||
name: 'Heti',
|
||||
format: 'umd'
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue