geolets/gulpfile.js
2016-07-14 17:15:55 +02:00

8 lines
87 B
JavaScript

'use strict';
require('./gulp');
process.on('SIGINT', () => {
process.exit(0);
});