In the latest 3.2.18 beta, at the .search class, the brackets are not closed (in jdownloads_fe.css) causing minify/join scripts to fail after joining this css file with others
I confirm the problem
in jdownloads_fe.css is necessary close .search class at the end of file.
Whoops!
Fixed in 3.2.19
In 3.2.18 css at end of file is:
/* for compacted download details layout */
.jdtable td {
padding: 0px !important;
}.search {
background-color: #DEDEDE;
The .search bit was an error so it should read
/* for compacted download details layout */
.jdtable td {
padding: 0px !important;
}