Examples of CoffeeScriptCompiler


Examples of iron9light.coffeescriptMavenPlugin.CoffeeScriptCompiler

*/
public class CoffeeScriptCompilerTest {
    @Test
    public void testVersion() throws MalformedURLException {
        URL url = getClass().getResource("/coffee-script.js");
        CoffeeScriptCompiler compiler = new CoffeeScriptCompiler(url, false);
        assertThat(compiler.version, equalTo("1.3.3"));
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.