AlaskaAirlines / auro-hyperlink

Custom hyperlink element to connect webpages or data items to one another
https://auro.alaskaair.com/components/auro/hyperlink
Apache License 2.0
2 stars 2 forks source link

As a developer I need help with building js in windows machines #153

Closed Izook closed 1 year ago

Izook commented 1 year ago

General Support Request

Support request

Update the copfiles command in the dist:js script to use double quotes instead of single quotes to allow for window machine support.

Source

Possible Solution

+    "dist:js": "copyfiles -u 1 -V \"./src/**/*.js\" ./dist",
-   "dist:js": "copyfiles -u 1 -V './src/**/*.js' ./dist",

Context

Hoping to provide more support for windows users.

Your Environment

blackfalcon commented 1 year ago

This code is actually being removed from auro-hyperlink in an upcoming release.