i have a question regarding the default views of a...
# questions
u
i have a question regarding the default views of a grails plugin created with the grails forge: if the plugin provides no own views, only services for example, should the views and assets stay in the project (for informational purposes) or be removed?
m
I would say, remove everything that is not used.
u
ok