-
Notifications
You must be signed in to change notification settings - Fork 6
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
Fetch dependencies from npm #19
Comments
Hi Timotheus, |
I think generally, it makes sense. I will checkout the branch and see what else we need to do to get this fully working. |
Some notes:
|
Instead of pointing to CDNs for the JavaScript dependencies, install them via NPM. For now, don't set up a "full" build (webpack or similar) to avoid the overhead that comes with it.
The text was updated successfully, but these errors were encountered: