Khan / engblog

KA Engineering blog.
http://engineering.khanacademy.org
Other
29 stars 20 forks source link

Update gulp; drop gulp-webserver for gulp-connect #76

Closed drosile closed 5 years ago

drosile commented 5 years ago

gulp-webserver has an open vulnerability. Although we only use it in dev, this replaces it with gulp-connect, which doesn't have known vulnerabilities. This also upgrades gulp, which required some non-trivial changes to the gulpfile.

dangoor commented 5 years ago

I looked through the code change and took a quick look at it running. It had no trouble generating the blog and I could view it in my browser right away.

Thanks for making these changes!