This commit is contained in:
Kevin van Zonneveld 2015-12-03 16:10:05 +01:00
parent 9a611510af
commit d9b9faab46

View file

@ -5,8 +5,6 @@ var configPath = '_config.yml'
var themeconfig = fs.readFileSync(themeconfPath, '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(
themeconfPath,
themeconfig.replace(/uppy_version: .*/, 'uppy_version: ' + version)