task-closure-tools

Google Closure Library Tools, Compiler, DepsWriter, Builder.

10 个版本
安装
npm install task-closure-tools
yarn add task-closure-tools
pnpm add task-closure-tools
bun add task-closure-tools
README

Task Closure Tools

The core library for the Closure Tools task, includes:

  • Compiler Compile your JS code using the powerful google closure compiler
  • Builder Concatenate your JS codebase to a single file, optionally also compile it
  • DepsWriter Calculate dependencies of your JS files and generate deps.js

Applications

You can use the Closure Tools library as:

Getting Started

Comming Soon!

Release History

  • v0.1.10, 08 Jun 2015
  • v0.1.9, 29 Sep 2014
    • Better handling for cases where an empty source is provided. @betaorbust.
  • v0.1.8, 29 Sep 2014
  • v0.1.7, 07 Jul 2014
    • Add new option to set Python binary path, thanks @yxd-works.
  • v0.1.6, 12 Mar 2014
    • Added test suite
    • Support for ClosureBuilder new JVM flags Thanks @robertdimarco
  • v0.1.4, 07 Mar 2014
    • Properly escapes compiler filename, will fix cases where spaces existed in the filename. Thanks @tgirardi
  • v0.1.3, 20 Feb 2014
    • Added d32 and TieredCompilation optimization options to compiler java command, thanks @probins
  • v0.1.2, 13 Jan 2014
    • Fixed bug that optExecOptions was passed only to first file in list by @stforek.
  • v0.1.1, 16 Dec 2013 Big Bang, moved codebase from original grunt-closure-tools repo.

License

Copyright ©2015 Thanasis Polychronakis Licensed under the MIT license.

版本列表
0.1.10 2015-06-08
0.1.9 2014-12-08
0.1.8 2014-09-29
0.1.7 2014-07-08
0.1.6 2014-03-12
0.1.5 2014-03-12
0.1.4 2014-03-07
0.1.3 2014-02-20
0.1.2 2014-01-13
0.1.1 2013-12-16