Kevin van Zonneveld 9 năm trước cách đây
mục cha
commit
d9b9faab46
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      website/update.js

+ 0 - 2
website/update.js

@@ -5,8 +5,6 @@ var configPath    = '_config.yml'
 var themeconfig   = fs.readFileSync(themeconfPath, 'utf-8')
 var themeconfig   = fs.readFileSync(themeconfPath, 'utf-8')
 var config        = fs.readFileSync(configPath, 'utf-8')
 var config        = fs.readFileSync(configPath, 'utf-8')
 
 
-// fs.writeFileSync('themes/uppy/layout/partials/DESIGNGOALS.md', fs.readFileSync('../DESIGNGOALS.md', 'utf-8'));
-
 fs.writeFileSync(
 fs.writeFileSync(
   themeconfPath,
   themeconfPath,
   themeconfig.replace(/uppy_version: .*/, 'uppy_version: ' + version)
   themeconfig.replace(/uppy_version: .*/, 'uppy_version: ' + version)