KA-Huis / space-management-frontends

Frontend files for the space management application
0 stars 1 forks source link

Setup assets compilation #3

Closed cyrildewit closed 2 years ago

cyrildewit commented 2 years ago

It's a common practice in the software development industrie to build the assets before using it. This means that all CSS files for example are combined together. While compiling, other tasks may be processed. For example autoprefixing of css properties or applying synthetic sugar to improve the development process.

Since we will be using Laravel Mix in the final application, I will set this up within this project, so your work matches this better and the need to alter your work will be less. In the end this will speed up the process.

cyrildewit commented 2 years ago

@joeyvonck do you have time for a meetup, so once I've created this we can set this up on your laptop? I'll also explain what changes and most importantly what not.

cyrildewit commented 2 years ago

We've made a beginning for the refactor. There are still a few more views left that need to be generalised, so they can be bundled.