evanpipta / logophile

A word game inspired by boggle. Written in Node and playable in a web browser.
http://logophile.online/
GNU General Public License v2.0
2 stars 0 forks source link

Remove node_modules from repo #46

Closed evanpipta closed 7 years ago

evanpipta commented 7 years ago

It's just annoying to have it there.

Unfortunately this is blocked because jade has changed to pug and there were breaking changes in what syntax is allowed.

I've decided I don't even like jade, so I'll make a separately task to replace jade with a different templating engine. This has to be done before anything else.