Package iron9light.coffeescriptMavenPlugin

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

Related Classes of iron9light.coffeescriptMavenPlugin.CoffeeScriptCompiler

Copyright © 2018 www.massapicom. 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.