symlinked the png to decrease start time

This commit is contained in:
Malar Kannan
2017-07-18 11:26:42 +05:30
parent 7f41ff4ed2
commit a314e49dbc
2 changed files with 4 additions and 1 deletions

View File

@@ -43,6 +43,7 @@ module.exports = {
dotenv: resolveApp('.env'),
appBuild: resolveApp('build'),
appPublic: resolveApp('public'),
appPng: resolveApp('public/png'),
appHtml: resolveApp('public/index.html'),
appIndexJs: resolveApp('src/index.tsx'),
appPackageJson: resolveApp('package.json'),