LDEV-4367 SASS Used for CSS Development First pass of converting our .css development to use SASS. Autobuild to convert .scss to .css files has been set up for all projects where target .css files were found. The overall ANT build has been modified so the normal build will generate the .css files from .scss files. The base variables are defined in lams_build/conf/sccs.
LDEV-4180: Make DB patches produce up-to-date structure during build instead of applying multiple patches. Get rid of unnecessary tables and keys. Modify boolean columns to tinyint(1) Simplify patches where possible.