UNPKG

air-datepicker-en

Version:

Lightweight customizable cross-browser jQuery datepicker in English, built with es5 and css-flexbox. Works in all modern desktop and mobile browsers (tested no Android 4.4+ and iOS8+) ![air datepicker image](https://github.com/t1m0n/air-datepicker/raw/ma

10 lines (7 loc) 206 B
var gulp = require('gulp'), gzip = require('gulp-gzip'); module.exports = function (cb) { gulp.src('dist/js/datepicker.min.js') .pipe(gzip()) .pipe(gulp.dest('dist/')) };