making coriolis enhanced deploy ready...

This commit is contained in:
Paul Heisig
2016-10-07 21:26:27 +02:00
parent 266c63bc0c
commit ed0d4ddc48
8 changed files with 931 additions and 8 deletions

View File

@@ -75,6 +75,7 @@ module.exports = {
new CopyDirPlugin(path.join(__dirname, 'src/schemas'), 'schemas'),
new CopyDirPlugin(path.join(__dirname, 'src/images/logo/*'), ''),
new CopyDirPlugin(path.join(__dirname, 'src/migrate.html'), ''),
new CopyDirPlugin(path.join(__dirname, 'src/.htaccess'), ''),
new AppCachePlugin({
network: ['*'],
settings: ['prefer-online'],