Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/google/closure-compiler-npm

Package for managing and documenting closure-compiler for use via npm
https://github.com/google/closure-compiler-npm

Last synced: about 2 months ago
JSON representation

Package for managing and documenting closure-compiler for use via npm

Lists

README

        

# google-closure-compiler

Check, compile, optimize and compress JavaScript with Closure-Compiler

This repository tracks issues related to the publication to npmjs.org and associated plugins.
Any bugs not related to the plugins themselves should be reported to the
[main repository](https://github.com/google/closure-compiler/).

## Packages

The compiler is distributed for multiple platforms. Each platform is its own npm package.

### Main Package

The google-closure-compiler package contains Grunt and Gulp plugins and a CLI:
[google-closure-compiler](https://github.com/google/closure-compiler-npm/tree/master/packages/google-closure-compiler)

### Other packages

Bare bones distributions intended for developers who want to author against a specific platform.

- Java build: [google-closure-compiler-java](https://github.com/google/closure-compiler-npm/tree/master/packages/google-closure-compiler-java)
- Native Linux build: [google-closure-compiler-linux](https://github.com/google/closure-compiler-npm/tree/master/packages/google-closure-compiler-linux)
- Native OSX build: [google-closure-compiler-osx](https://github.com/google/closure-compiler-npm/tree/master/packages/google-closure-compiler-osx)
- Native Windows build: [google-closure-compiler-windows](https://github.com/google/closure-compiler-npm/tree/master/packages/google-closure-compiler-windows)

## License
Copyright 2015 The Closure Compiler Authors

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

## Version History
Closure Compiler release notes can be found on the
[main repository wiki](https://github.com/google/closure-compiler/wiki/Binary-Downloads).