All Projects → prateekbh → gulp-optimize-js

prateekbh / gulp-optimize-js

Licence: other
No description or website provided.

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to gulp-optimize-js

code-line-daily
A line of code of the day.
Stars: ✭ 17 (-26.09%)
Mutual labels:  gulp
gulp-boilerplate
Gulp boilerplate
Stars: ✭ 24 (+4.35%)
Mutual labels:  gulp
generator-vars-jekyll
Generator for raw web app with CircleCI, Jekyll, Webpack, Express + more.
Stars: ✭ 18 (-21.74%)
Mutual labels:  gulp
gulp-shopify-theme
Shopify theme synchronisation during development
Stars: ✭ 26 (+13.04%)
Mutual labels:  gulp
Prometheus
🌈 A Clean And Modern Ghost Theme with Progressive Web Apps (PWA)
Stars: ✭ 94 (+308.7%)
Mutual labels:  gulp
gulp-version-append
Gulp plugin to append version from package.json to static file url to avoid caching
Stars: ✭ 18 (-21.74%)
Mutual labels:  gulp
queiroz.js
JavaScript Extension for Dimep Kairos
Stars: ✭ 47 (+104.35%)
Mutual labels:  gulp
wx-mini
运用webpack编译构建小程序的脚手架(稳定版)
Stars: ✭ 21 (-8.7%)
Mutual labels:  gulp
gulp-recess
[DEPRECATED] Lint CSS and LESS with RECESS
Stars: ✭ 42 (+82.61%)
Mutual labels:  gulp
gulp-asciidoctor
gulp-asciidoctor
Stars: ✭ 14 (-39.13%)
Mutual labels:  gulp
generator-sf
Yeoman generator that scaffolds out a Symfony PHP app including Browsersync, various CSS preprocessors, jspm, webpack, browserify and Service Worker
Stars: ✭ 14 (-39.13%)
Mutual labels:  gulp
gulp-cordova
[UNMAINTAINED] Very simple plugin to run cordova commands with a simple interface from gulp
Stars: ✭ 23 (+0%)
Mutual labels:  gulp
frontendkickstarter
Gulp 4.0 configuration for static sites development
Stars: ✭ 31 (+34.78%)
Mutual labels:  gulp
campus-leaflets
校园传单是一个使用 Node.js、MongoDB、Koa、EJS、MDL、Less、RequireJS 和 Gulp 开发的 Node 应用程序。
Stars: ✭ 16 (-30.43%)
Mutual labels:  gulp
generator-speedseed
Oriented to components, allow create/choice template, multiple configuration with easy maintenance
Stars: ✭ 13 (-43.48%)
Mutual labels:  gulp
gulp-append-prepend
➕ Simple Gulp plugin to append/prepend.
Stars: ✭ 15 (-34.78%)
Mutual labels:  gulp
aesto
Free Ghost theme with membership support. Minimal content focused design with multi author supported.
Stars: ✭ 31 (+34.78%)
Mutual labels:  gulp
gulp-twig-scss
Gulp, Twig and SCSS
Stars: ✭ 15 (-34.78%)
Mutual labels:  gulp
gulp-starter-kit
My Gulp Starter Kit
Stars: ✭ 91 (+295.65%)
Mutual labels:  gulp
Asteroids
Yep, a gulp-ready-nunjucks-lover-sass-powered-and-humanstxt-included html starter kit!
Stars: ✭ 15 (-34.78%)
Mutual labels:  gulp

gulp-optimize-js

Gulp plugin for optimize-js

Thanks to @nolanlawson for his awesome work.

Install

npm install gulp-optimize-js --save-dev

Usage

var optimizejs = require('gulp-optimize-js');

gulp.task('optimize', function() {
  gulp.src('./js/minified.js')
    .pipe(optimizejs(options))
    .pipe(gulp.dest('./dist/'))
});

Please consult optimize-js for available options.

Note: Make sure to only pipe JavaScript files into optimizejs!

LICENSE

(MIT License)

Copyright (c) 2013 Prateek Bhatnagar [email protected]

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].