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).
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 oneapplication
bundle as compilation will be quicker and long-term we should keep them separate (see #244).Gif (optional)