In version 4.0, the bootstrap based CLARIN styles are fully included with the VLO sources. It would be better to do the following build time:
retrieve (via Maven, see base_style #4) CLARIN's customisations (variables.less and potentially some kind of clarin.less) and put these in the right location
separately retrieve (also via Maven?) and extract the bootstrap less sources if not provided via the CLARIN distribution
include the core bootstrap and CLARIN customisations within the VLO's main ''less'' file and compile the less using a Maven plugin (this already happens in the current development branch)
When this is in place, the copies of the bootstrap sources and CLARIN customisation/override file(s) can be removed from the VLO sources.
Migrated from Trac #946
In version 4.0, the bootstrap based CLARIN styles are fully included with the VLO sources. It would be better to do the following build time:
variables.less
and potentially some kind ofclarin.less
) and put these in the right locationWhen this is in place, the copies of the bootstrap sources and CLARIN customisation/override file(s) can be removed from the VLO sources.