ElementUI / element-theme

Theme generator cli tool for Element.
MIT License
492 stars 142 forks source link

element-theme/lib/task.js line 34 #36

Closed lq111lq closed 6 years ago

lq111lq commented 6 years ago

element-theme/lib/task.js

line 34 s.writeFileSync(varsPath, fs.readFileSync(path.resolve(process.cwd(), config.config)), 'utf-8') => s.writeFileSync(varsPath, fs.readFileSync(path.resolve(process.cwd(), opts.config)), 'utf-8')