From e123fbe5bdcf3316fb024dd1ba354d9cd2e0515c Mon Sep 17 00:00:00 2001 From: Kevin van Zonneveld Date: Tue, 8 Dec 2015 16:38:26 +0100 Subject: [PATCH] Remove deprecated theme references --- website/update.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/website/update.js b/website/update.js index 4b516d546..c23168103 100644 --- a/website/update.js +++ b/website/update.js @@ -1,15 +1,8 @@ var fs = require('fs') var version = require('../package.json').version -var themeconfPath = 'themes/uppy/_config.yml' var configPath = '_config.yml' -var themeconfig = fs.readFileSync(themeconfPath, 'utf-8') var config = fs.readFileSync(configPath, 'utf-8') -fs.writeFileSync( - themeconfPath, - themeconfig.replace(/uppy_version: .*/, 'uppy_version: ' + version) -) - // Inject current Uppy version and sizes in website's _config.yml var sizes = {}; var locations = {