You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 27, 2018. It is now read-only.
Calling oghliner offline ./dist/ should strip the dist/ prefix from the paths of the files that it lists in the dist/offline-worker.js file, but it doesn't. Calling oghliner offline dist/, however, correctly strips that prefix.
Perhaps we need to normalize the root dir before using it to strip the prefix?
The text was updated successfully, but these errors were encountered:
@digitarald's chromatic-tuner-web-app uses the Oghliner CLI to offline the app by calling
oghliner offline ./dist/
:https://github.com/digitarald/chromatic-tuner-web-app/blob/0db453a7883e44abea10a1aff0f7d71f5dfccbbb/package.json#L10
Calling
oghliner offline ./dist/
should strip thedist/
prefix from the paths of the files that it lists in the dist/offline-worker.js file, but it doesn't. Callingoghliner offline dist/
, however, correctly strips that prefix.Perhaps we need to normalize the root dir before using it to strip the prefix?
The text was updated successfully, but these errors were encountered: