Hi I've seen that was missing the possibility to create a clean project without boilerplate code and libraries (bootstrap, font-awesome etc).
So I've just edited the app templates to have this possibility, adding a new variable called cleanConfig that is set to true if chosen and that remove unnecessary files from the app template.
Hope it could be merged, as this is very useful for us since we build our code without bootstrap/font-awesome etc.
@markov00 can you please add the required tests and see to that the CI build succeeds? I will add them once I have the CI passes with test coverage for the application.
Hi I've seen that was missing the possibility to create a clean project without boilerplate code and libraries (bootstrap, font-awesome etc). So I've just edited the app templates to have this possibility, adding a new variable called
cleanConfig
that is set to true if chosen and that remove unnecessary files from the app template. Hope it could be merged, as this is very useful for us since we build our code without bootstrap/font-awesome etc.