Garrett Johnson 5 éve
szülő
commit
8399ea7529
3 módosított fájl, 2 hozzáadás és 2 törlés
  1. 1 1
      example/materialUpdate.html
  2. 0 0
      example/customMaterial.js
  3. 1 1
      package.json

+ 1 - 1
example/materialUpdate.html

@@ -20,6 +20,6 @@
         </style>
     </head>
     <body>
-        <script src="./materialUpdate.js"></script>
+        <script src="./customMaterial.js"></script>
     </body>
 </html>

example/materialUpdate.js → example/customMaterial.js


+ 1 - 1
package.json

@@ -16,7 +16,7 @@
   "type": "module",
   "main": "src/index.js",
   "scripts": {
-    "start": "concurrently \"parcel watch example/index.html --out-dir ./example/bundle/ --public-url . --no-cache\" \"static-server\"",
+    "start": "concurrently \"parcel watch example/*.html --out-dir ./example/bundle/ --public-url . --no-cache\" \"static-server\"",
     "lint": "eslint src/**.js && tsc -p tsconfig.json --noEmit",
     "test": "jest"
   },