зеркало из https://github.com/microsoft/TACO.git
Updated gulpfile.js
This commit is contained in:
Родитель
2a6c42da46
Коммит
f255a30404
|
@ -1,4 +1,4 @@
|
|||
/*starter gulpfile, bootstraps compiling gulp-compile.ts and runs it*/
|
||||
/* starter gulpfile, bootstraps compiling gulp-compile.ts and runs it */
|
||||
var exec = require("child_process").exec,
|
||||
fs = require("fs"),
|
||||
path = require('path'),
|
||||
|
@ -23,9 +23,11 @@ gulp.task("install", function (callback) {
|
|||
callback();
|
||||
});
|
||||
|
||||
////////////////// to add additional gulp tasks, add gulpfile in folder and reference it below
|
||||
// for example: require('./src/compile/gulpfile');
|
||||
///////////////////////
|
||||
|
||||
/*
|
||||
to add additional gulp tasks, add gulpfile in folder and reference it below
|
||||
for example: require('./src/compile/gulpfile');
|
||||
*/
|
||||
var gulpMain = path.join(buildConfig.bin, "gulpmain.js");
|
||||
if (fs.existsSync(gulpMain)) {
|
||||
require(gulpMain);
|
Загрузка…
Ссылка в новой задаче