-
Notifications
You must be signed in to change notification settings - Fork 50
Closed
Description
Following these steps: https://github.com/purescript/trypurescript/blob/master/README.md#development
Compilation seems to work, but then nothing is displayed in right pane.
Seems to be due to requesting files that don't exist.
From browser:
Request URL: http://localhost:8080/js/output/Data.Foldable/index.js
Request Method: GET
Remote Address: 127.0.0.1:8080
Status Code: 404
From httpserver logs:
127.0.0.1 - - [26/Jun/2020 14:03:21] code 404, message File not found
127.0.0.1 - - [26/Jun/2020 14:03:21] "GET /js/output/Data.Foldable/index.js HTTP/1.1" 404 -
127.0.0.1 - - [26/Jun/2020 14:03:21] code 404, message File not found
127.0.0.1 - - [26/Jun/2020 14:03:21] "GET /js/output/Data.Functor/index.js HTTP/1.1" 404 -
127.0.0.1 - - [26/Jun/2020 14:03:21] code 404, message File not found
127.0.0.1 - - [26/Jun/2020 14:03:21] "GET /js/output/TryPureScript/index.js HTTP/1.1" 404 -
There's no output directory where it's looking:
> ls client/public/js
frame.js index.js
Metadata
Metadata
Assignees
Labels
No labels