ethanchewy / PythonBuddy

1st Online Python Editor With Live Syntax Checking and Execution
https://pythonbuddy.com
BSD 3-Clause "New" or "Revised" License
277 stars 84 forks source link

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

Open ethanchewy opened 5 years ago

ethanchewy commented 5 years ago

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 commented 5 years ago

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 commented 5 years ago

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.