-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
Run local server with test script #23
Run local server with test script #23
Conversation
... using anywhere[1]. This automaically builds the testpage and opens it for you in a local server. Having it open in a local server prevents issues as described in #19 -- 1. https://www.npmjs.com/package/anywhere
@metaa, do you have any feedback on this? |
I'm sorry for being so unresponsive, I've got a lot going on lately. |
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.
This looks perfectly fine to me, although maybe using npx anywhere
would keep the burden of updating anywhere
from us? 🤔
But then again, not having to download it when attempting to test makes it a smoother overall, so that's a plus.
Hmm, interesting, I didn't know that is what If updating |
* Update status badge in README.md * Update Simple Icons to v1.14.0 (#20) * Update SimpleIcons dependency to v1.12.0 * Fix build error due to new `.get` API function [REVERTED] This solution is a bit of a hack. I think the real solution needs to be found up-stream. * Update SimpleIcons dependency to v1.13.0 * Update SimpleIcons dependency to v1.14.0 * Run local server with test script (#23) Run local server with test script using anywhere. This automatically builds the test-page and opens it for you in a local server. Having it open in a local server prevents issues as described in #19 * Update simple-icons to v1.17.1 (#24) * Use 'slug' property in build script (#25) * Replace usage of titleToFilename by icon.slug * Remove utilities module as it is no longer used * [CI] Custom script for release stage * version bump
Run a local server with
$ npm test
script using anywhere. This automatically builds the test page ($ npm run build:testpage
) and opens it for you in a locally run server (I intentionally set the host tolocalhost
).