punch-gulp-closure-compiler is a self-contained wrapper for Google Closure Compiler, version 1.0.8, intended for use with Gulp. It was released on 2014-03-25 and has not seen any updates since. It provides a minimal API to pass JavaScript files through Closure Compiler for minification and optimization. Compared to gulp-closure-compiler or google-closure-compiler, this package is largely obsolete, unmaintained, and should not be used in new projects. It depends on closure-compiler via com.google.javascript:closure-compiler and has no active release cadence.
npm install punch-gulp-closure-compilerNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic gulp task to minify JavaScript files using Closure Compiler.
Use google-closure-compiler or generic gulp plugins.
Switch to an up-to-date closure compiler package.
Inspect the npm package source or node_modules.
Run 'npm install punch-gulp-closure-compiler' (not recommended).
Use 'var closure = require("punch-gulp-closure-compiler")'.