mhkeller / pulp2

A vivacious viewer for web comics.
http://mhkeller.github.io/pulp2
MIT License
27 stars 10 forks source link

Improve build system #2

Closed mhkeller closed 6 years ago

mhkeller commented 8 years ago

I no longer like the gulp build system this uses. It's not nice that the public folder has some meaningful things in it. Instead, everything should exist in src and public/ gets clobbered every time. The naming convention around thirdparty is also a little weird since those aren't really third party files some of the time. modules would be more appropriate.

mhkeller commented 6 years ago

This should be grouped into a larger rewrite and modernization.

tsouk commented 6 years ago

Yeah! Go webpack / parcel / etc. !