PythonBuddy icon indicating copy to clipboard operation
PythonBuddy copied to clipboard

Use local packages instead of CDN sources in index.html

Open ethanchewy opened this issue 7 years ago • 2 comments

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.

ethanchewy avatar Oct 29 '18 01:10 ethanchewy

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:)

dgmouris avatar Oct 04 '19 20:10 dgmouris

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.

ethanchewy avatar Oct 04 '19 22:10 ethanchewy