Closure Compiler Utils

Utilities for calling the Google Closure Compiler to optimize and detect errors in JavaScript code.

License

License

GroupId

GroupId

com.benmccann
ArtifactId

ArtifactId

closure-compiler-utils
Last Version

Last Version

0.2
Release Date

Release Date

Type

Type

jar
Description

Description

Closure Compiler Utils
Utilities for calling the Google Closure Compiler to optimize and detect errors in JavaScript code.
Project URL

Project URL

https://github.com/benmccann/closure-compiler-utils
Source Code Management

Source Code Management

https://github.com/benmccann/closure-compiler-utils

Download closure-compiler-utils

How to add to project

<!-- https://jarcasting.com/artifacts/com.benmccann/closure-compiler-utils/ -->
<dependency>
    <groupId>com.benmccann</groupId>
    <artifactId>closure-compiler-utils</artifactId>
    <version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.benmccann/closure-compiler-utils/
implementation 'com.benmccann:closure-compiler-utils:0.2'
// https://jarcasting.com/artifacts/com.benmccann/closure-compiler-utils/
implementation ("com.benmccann:closure-compiler-utils:0.2")
'com.benmccann:closure-compiler-utils:jar:0.2'
<dependency org="com.benmccann" name="closure-compiler-utils" rev="0.2">
  <artifact name="closure-compiler-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.benmccann', module='closure-compiler-utils', version='0.2')
)
libraryDependencies += "com.benmccann" % "closure-compiler-utils" % "0.2"
[com.benmccann/closure-compiler-utils "0.2"]

Dependencies

compile (2)

Group / Artifact Type Version
javax.servlet : javax.servlet-api jar 3.0.1
com.google.javascript : closure-compiler jar r1592

Project Modules

There are no modules declared in this project.

Closure Compiler Utils

Utilities for calling the Google Closure Compiler to optimize and detect errors in JavaScript code.

Note

I am currently not actively supporting this library in favor of the Play Framework Plovr Plugin.

Main classes

ClosureDevelopmentServlet: dynamically recompiles your JS on each page load
JsDepsGenerator: calls out to depswriter.py to generate a deps.js file

Downloading

The compiled version is available in the Maven Central Repository.

License

Licensed under the Version 2.0 Apache Software License.

Versions

Version
0.2
0.1