jnordberg / wintersmith

A flexible static site generator
http://wintersmith.io/
MIT License
3.5k stars 333 forks source link

Coffeescript 2 and dependencies update for npm audit #345

Open brnrd opened 5 years ago

brnrd commented 5 years ago

Update dependencies that were screaming in npm audit and upgrade coffeescript to version 2, fixing the little errors with super() not being called.

Looks a bit messy, but it works, tested creating a new site and thus testing new, preview and build CLI commands. Seems alright.

Hope it helps.