mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-07 17:44:35 +08:00
code style
This commit is contained in:
parent
746790a44e
commit
baa0c53132
@ -12,7 +12,7 @@ if(fs.existsSync(path.join(__dirname,'../dist'))) {
|
||||
var componentsPath = path.join(process.cwd(), 'components');
|
||||
var componentsLessContent = '';
|
||||
|
||||
// Build components in one file: lib/style/components.less
|
||||
// Build components in one file: lib/style/components.less
|
||||
fs.readdir(componentsPath, function (err, files) {
|
||||
files.forEach(function (file) {
|
||||
if (fs.existsSync(path.join(componentsPath, file, 'style', 'index.less'))) {
|
||||
|
Loading…
Reference in New Issue
Block a user