mediamonks / muban

A backend-agnostic framework to enhance server-rendered HTML using a modern webpack development setup.
https://mediamonks.github.io/muban/
39 stars 15 forks source link

Build files not in build-tools #155

Open skulptur opened 4 years ago

skulptur commented 4 years ago

https://github.com/mediamonks/muban/blob/master/src/app/bootstrap.dev.ts https://github.com/mediamonks/muban/blob/master/src/app/bootstrap.dist.ts https://github.com/mediamonks/muban/blob/master/src/app/partials.js https://github.com/mediamonks/muban/blob/master/src/app/polyfills.js

ThaNarie commented 4 years ago

Those are not build files; they are the start, or become part of the bundle, so they are source to me.