Skip to content
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

Use local packages instead of CDN sources in index.html #37

Open
ethanchewy opened this issue Oct 29, 2018 · 2 comments
Open

Use local packages instead of CDN sources in index.html #37

ethanchewy opened this issue Oct 29, 2018 · 2 comments

Comments

@ethanchewy
Copy link
Owner

ethanchewy commented Oct 29, 2018

As a developer, I want to get rid of any resources in the header of html files to be imported from a CDN. Instead, I want those libraries to be grabbed locally.

@dgmouris
Copy link
Contributor

dgmouris commented Oct 4, 2019

I moved these into the static folder although I had a couple of thoughts.

NPM might be a better option in the future, if you are considering it.

As well I wasn't sure if you wanted to move google fonts locally as well, I just left that as is.

Thanks for your time:)

@ethanchewy
Copy link
Owner Author

Yeah, I think NPM would be a good option if I use Node.js. Right now, we are mainly just using Flask for the backend and no frontend framework so NPM doesn't make sense at the moment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants