Okay, so I’m typically customizing the Liferay vaadin theme to make it match my Liferay theme.
Since the theme file used is /html/VAADIN/themes/liferay/styles.css, I’m forced to put all of my additions at the bottom of the big file.
But it looks like styles.css is actually built by concatenating all of the individual CSS files in the subdirectories together.
I’d really like to plug into this, as I could create my own subdir with a CSS file of my own, invoke the build process and get the complete styles.css as a result.
So my question is where is the build script that does this? Is it available?
Thanks!