teamspaces / web

Web & API – Spaces is knowledge management for teams.
0 stars 0 forks source link

Separate bundles and disable asset cleanup #245

Closed MrTin closed 7 years ago

MrTin commented 7 years ago

What

Asset cleanup wasn't working properly, ending up deling non-changed assets every other build which is super annoying. As this is just local, we can manually clean the folder up if we ever need to (we are not renaming or removing that many bundles...)

I also separated the javascript bundles into one vendor and one application bundle as compilation will be quicker and long-term we should keep them separate (see #244).

Gif (optional)

karluxd commented 7 years ago

👯