Package com.voltvoodoo.brew

Examples of com.voltvoodoo.brew.Optimizer


            {
                coffeeScriptOptions.add( CoffeeScriptOption.BARE );
            }
           
            hamlCompiler = new HamlCompiler(force);
            moduleConverter = new Optimizer();
            coffeeCompiler = new CoffeeScriptCompiler(coffeeScriptOptions,force);

            for ( String relativePath : getCoffeeScriptsRelativePaths() )
            {
                try
View Full Code Here

TOP

Related Classes of com.voltvoodoo.brew.Optimizer

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.