Changes between Initial Version and Version 1 of Ticket #51966, comment 2
- Timestamp:
- 12/09/2020 11:00:17 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #51966, comment 2
initial v1 11 11 Seems the best way to fix the above "mess" would be to always build in both places, `build` and `src`. That may be a bit slower, but will simplify a lot of things and prevent a lot of confusion and headaches. Actually it looks like it won't be slower, can build to `src` and then copy all built files to `build`. Looking at Gruntfile.js this is pretty easy to do there but will need to fix/tweak Webpack a bit. 12 12 13 Do you think this is a good idea? If we do that, then we can change/simplify/deprecate a lot more of the build commands.13 Do you think this is a good idea? If we do that, then we can change/simplify/deprecate a lot more of the build workflow and commands, and make is simple again. 14 14