SnipeITMobileApp/gulpfile.js
2016-05-16 15:43:27 -06:00

12 lines
300 B
JavaScript

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