UNPKG

generator-aspnetdnx2

Version:
12 lines (10 loc) 389 B
/* This file is the main entry point for defining Gulp tasks and using Gulp plugins To learn more visit: https://github.com/gulpjs/gulp/blob/master/docs/README.md */ 'use strict'; var gulp = require('gulp'); // The default task (called when you run `gulp` from CLI) gulp.task('default', function() { console.log('Running default Gulp task: replace with your own code!'); });