Tag: war
-
Compile LESS on the fly for your exploded WAR in IntelliJ
At CleverTap, we’ve recently started using LESS for dynamic CSS. While it has it’s upsides, the biggest downside was that most of our developers couldn’t use the hot deploy feature for their local deployments. After an hour or so, we came up with a neat solution. There are two parts to this: Just before deploying…