{"library":"punch-gulp-closure-compiler","title":"Punch Agency Closure Compiler","description":"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.","language":"javascript","status":"deprecated","last_verified":"Fri May 01","install":{"commands":["npm install punch-gulp-closure-compiler"],"cli":null},"imports":["let closure = require('punch-gulp-closure-compiler');"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"var gulp = require('gulp');\nvar closure = require('punch-gulp-closure-compiler');\ngulp.task('compile', function() {\n  return gulp.src('src/*.js')\n    .pipe(closure())\n    .pipe(gulp.dest('build'));\n});","lang":"javascript","description":"Basic gulp task to minify JavaScript files using Closure Compiler.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}