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: 2 months ago
JSON representation
Package for managing and documenting closure-compiler for use via npm
- Host: GitHub
- URL: https://github.com/google/closure-compiler-npm
- Owner: google
- License: apache-2.0
- Created: 2015-11-16T15:33:29.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-04-20T12:27:49.000Z (9 months ago)
- Last Synced: 2024-10-29T22:12:37.469Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 20.6 MB
- Stars: 333
- Watchers: 24
- Forks: 66
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-github-star - closure-compiler-npm - compiler for use via npm | google | 328 | (JavaScript)
- awesome-list - closure-compiler-npm - compiler for use via npm | google | 301 | (JavaScript)
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 AuthorsLicensed 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 athttp://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).