1 Star 0 Fork 1

huzhanglin/ng-zorro-antd

forked from xiqiaoliang/ng-zorro-antd 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
gulpfile.js 478 Bytes
一键复制 编辑 原始数据 按行查看 历史
Hsuan Lee 提交于 2019-07-15 20:21 . build: refactor scripts (#3564)
const path = require('path');
const projectDir = __dirname;
const tsconfigPath = path.join(projectDir, 'scripts/gulp/tsconfig.json');
if (projectDir.includes(' ')) {
console.error('Error: Cannot run the build tasks if the project is ' +
'located in a directory with spaces in between. Please rename your project directory.');
process.exit(1);
}
// Register TS compilation.
require('ts-node').register({
project: tsconfigPath
});
require('./scripts/gulp/gulpfile');
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/fdgsdajgl/ng-zorro-antd.git
git@gitee.com:fdgsdajgl/ng-zorro-antd.git
fdgsdajgl
ng-zorro-antd
ng-zorro-antd
master

搜索帮助