1 Star 0 Fork 172

哈喽/ant-design-blazor

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
gulpfile.js 478 Bytes
一键复制 编辑 原始数据 按行查看 历史
JamesYeung 提交于 2022-06-04 00:44 . chore: sync ant-design v4.20.7 (#2497)
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');
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/lovemygirlkk99/ant-design-blazor.git
git@gitee.com:lovemygirlkk99/ant-design-blazor.git
lovemygirlkk99
ant-design-blazor
ant-design-blazor
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385