Skip to content

Instantly share code, notes, and snippets.

View identy's full-sized avatar

Sigfrido Rodríguez Santos identy

View GitHub Profile
@identy
identy / gulp.js
Created January 24, 2016 15:23
gulp cordova tasks for vscode
/* ------------------------------------------ */
/*
id :: gwt.gulp
develop :: gulp tasks for vscode
authors :: Sigfrido Rodríguez and Thomas Roux,
*/
/* ------------------------------------------ */
@identy
identy / gulpfile.js
Created January 24, 2016 13:54 — forked from spartDev/gulpfile.js
Gulp config
/*---------- Declare gulp variables ----------*/
var gulp = require('gulp'),
jshint = require('gulp-jshint'),
csslint = require('gulp-csslint'),
compass = require('gulp-compass'),
connect = require('gulp-connect'), path = require('path'),
livereload = require('gulp-livereload'),
clean = require('gulp-clean'),