UNPKG

lithium-sdk

Version:
11 lines (10 loc) 228 B
/** * Created by doug.schroeder on 2/17/16. */ 'use strict'; var gutil = require('gulp-util'); module.exports = { run: function () { require('../../lib/spawn-gulp')(['exportcore'].concat(process.argv.splice(3))); } };