mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUACAMOLE-773: Merge restore missing static template/layout files.
This commit is contained in:
@@ -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/'
|
||||||
|
Reference in New Issue
Block a user