OakLabsInc / oak

A very opinionated kiosk UI application based on electron
73 stars 18 forks source link

Update examples for the to use absolute paths #53

Closed gammamatrix closed 5 years ago

gammamatrix commented 5 years ago

Example:

  "scripts": {
    "start": "./node_modules/.bin/oak file:///$PWD/src/index.html",
    "rebuild": "./node_modules/.bin/oak-rebuild .",
    "test": "exit 0;"
  }
nucleardreamer commented 5 years ago

None of the examples have a file:// reference in them, but better error messages have been added (5d3ef7a731e57345e31c2bc89a43f05aade81681)