All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.flowlogix.web.services.AssetMinimizer Maven / Gradle / Ivy

There is a newer version: 4.0.9
Show newest version
/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */
package com.flowlogix.web.services;

import org.apache.tapestry5.Asset;

/**
 * remove whitespaces, etc. from scripts/CSS
* * See Documentation * * @author lprimak */ public interface AssetMinimizer { String minimize(Asset asset); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy