gulpfile.js 300 B

1234567891011
  1. /*
  2. * To change this license header, choose License Headers in Project Properties.
  3. * To change this template file, choose Tools | Templates
  4. * and open the template in the editor.
  5. */
  6. var gulp = require('gulp');
  7. gulp.task('default', function () {
  8. // place code for your default task here
  9. });