// minimizer config
Properties minConf = gs.getMinimizerConfig();
String jsDebug = gs.jsDebugString();
String cssDebug = gs.cssDebugString();
render(cssDeps, jsDeps, minConf, jsDebug, cssDebug);
}
public static void update(boolean minimize, boolean compress, boolean cache, boolean inMemoryCache) {