Package com.github.jknack.mwa.wro4j

Examples of com.github.jknack.mwa.wro4j.LintOptions


   *
   * @return A new {@link ProcessorsFactory}.
   */
  @Bean
  public ProcessorsFactory processorsFactory(final Environment env) {
    LintOptions jsOptions = LintOptions.jsWhite()
        .option("nomen", false)
        .predefined("Backbone", "_", "$", "Handlebars", "ENTER_KEY");

    return new SimpleProcessorsFactory()
        .addPreProcessor(excludes(propertyResolver(env), "/**/lib/**/*.*"))
 
View Full Code Here

TOP

Related Classes of com.github.jknack.mwa.wro4j.LintOptions

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.