GUACAMOLE-773: Merge restore missing static template/layout files.

This commit is contained in:
Virtually Nick
2021-06-04 13:47:57 -04:00
committed by GitHub

View File

@@ -117,8 +117,10 @@ module.exports = {
// Copy static files to dist/ // Copy static files to dist/
new CopyPlugin([ new CopyPlugin([
{ from: 'app/**/*' },
{ from: 'fonts/**/*' }, { from: 'fonts/**/*' },
{ from: 'images/**/*' }, { from: 'images/**/*' },
{ from: 'layouts/**/*' },
{ from: 'translations/**/*' } { from: 'translations/**/*' }
], { ], {
context: 'src/' context: 'src/'