Skip to content

Instantly share code, notes, and snippets.

@ahvonenj
Last active November 20, 2017 13:01
Show Gist options
  • Select an option

  • Save ahvonenj/66d9dc51e3a550ae47b188b584e0da4f to your computer and use it in GitHub Desktop.

Select an option

Save ahvonenj/66d9dc51e3a550ae47b188b584e0da4f to your computer and use it in GitHub Desktop.
Gulp base
var gulp = require('gulp');
var less = require('gulp-less');
var minify = require('gulp-minify');
var path = require('path');
var jsonminify = require('gulp-jsonminify');
var rename = require("gulp-rename");
gulp.task('default', function(cb)
{
});
"devDependencies":
{
"gulp-callback": "0.0.3",
"gulp-jsonminify": "^1.0.0",
"gulp-less": "^3.3.2",
"gulp-minify": "^2.1.0",
"gulp-rename": "^1.2.2"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment