-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add stork.js.map #391
Add stork.js.map #391
Conversation
Ah, great. Looks like I should cut a 1.0.1.0 release with this fix (and potential others). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The new file should also be added to the .cabal
file:
Thanks for pointing that out! I'll try not to forget this next time. Do I also need to bump the version? I don't know what's the policy. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is no policy so far, and no obligation on PR author to do these. I usually update changelog and increment version once the PR is close to be ready to be merged, assuming it will be a squash merge. But if you want to update them yourself, that's fine too. I haven't really settled on versioning policy yet, suggestions welcome. |
Co-authored-by: Sridhar Ratnakumar <[email protected]>
The source map file
stork.map.js
referenced to in https://github.com/EmaApps/emanote/blob/a688aaeef0819071c1466f38d03bfa454ec9003f/default/_emanote-static/stork/stork.js#L2 is missing. This causes a source map error when viewing the site.Steps to reproduce the behavior:
I fix this by adding the
stork.js.map
file downloaded from https://github.com/jameslittle230/stork/releases/tag/v1.5.0. The file wasn't there when stork was included in emanote; that's probably the reason it is missing.