fix > 'parcel watch' works but 'parcel build' fails, removed 'minifyers'
This commit is contained in:
parent
52dc5909b0
commit
0b484a88a7
|
@ -8,7 +8,7 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"clean": "rm ./public_html/*.{js,css,html,svg,map}",
|
"clean": "rm ./public_html/*.{js,css,html,svg,map}",
|
||||||
"dev": "parcel watch ./parcel/index.html --out-dir ./public_html",
|
"dev": "parcel watch ./parcel/index.html --out-dir ./public_html",
|
||||||
"build": "parcel build ./parcel/index.html --out-dir ./public_html --no-source-maps"
|
"build": "parcel build ./parcel/index.html --out-dir ./public_html --no-source-maps --no-minify"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"vue": "^2.5.9",
|
"vue": "^2.5.9",
|
||||||
|
|
|
@ -10,25 +10,25 @@
|
||||||
<meta name="description" content="[Home] Home page">
|
<meta name="description" content="[Home] Home page">
|
||||||
|
|
||||||
<!-- STYLESHEET -->
|
<!-- STYLESHEET -->
|
||||||
<link type="text/css" rel="stylesheet" href="/layout.cfeadd38.css">
|
<link type="text/css" rel="stylesheet" href="/layout.0156ff23.css">
|
||||||
<link type="text/css" rel="stylesheet" href="/global.1134b6ec.css">
|
<link type="text/css" rel="stylesheet" href="/global.60d0b554.css">
|
||||||
<link type="text/css" rel="stylesheet" href="/menu.51cb4bbf.css">
|
<link type="text/css" rel="stylesheet" href="/menu.2dbbff61.css">
|
||||||
<link type="text/css" rel="stylesheet" href="/dialog.d78ff447.css">
|
<link type="text/css" rel="stylesheet" href="/dialog.b6510e56.css">
|
||||||
<link type="text/css" rel="stylesheet" href="/side-menu.5571ace8.css">
|
<link type="text/css" rel="stylesheet" href="/side-menu.d44973a4.css">
|
||||||
<link type="text/css" rel="stylesheet" href="/container.092a4394.css">
|
<link type="text/css" rel="stylesheet" href="/container.5709ee19.css">
|
||||||
<link type="text/css" rel="stylesheet" href="/pop-up.3f26035e.css">
|
<link type="text/css" rel="stylesheet" href="/pop-up.65b1ed2f.css">
|
||||||
|
|
||||||
<!-- FONT -->
|
<!-- FONT -->
|
||||||
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro" rel="stylesheet">
|
||||||
|
|
||||||
<!-- BODY -->
|
<!-- BODY -->
|
||||||
<script src="/layout.cfeadd38.js"></script><script src="/global.1134b6ec.js"></script><script src="/menu.51cb4bbf.js"></script><script src="/dialog.d78ff447.js"></script><script src="/side-menu.5571ace8.js"></script><script src="/container.092a4394.js"></script><script src="/pop-up.3f26035e.js"></script></head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<div id="vue"></div>
|
<div id="vue"></div>
|
||||||
|
|
||||||
|
|
||||||
<script type="text/javascript" src="/main.b4020c8a.js"></script>
|
<script type="text/javascript" src="/main.3b63a0f0.js"></script>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue