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.
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
andpublic/
gets clobbered every time. The naming convention aroundthirdparty
is also a little weird since those aren't really third party files some of the time.modules
would be more appropriate.