We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 578a9af commit 8a0f541Copy full SHA for 8a0f541
core/lib/asset_copy.js
@@ -89,7 +89,7 @@ const asset_copier = () => {
89
90
//watch for changes and copy
91
assetWatcher.on('addDir', (p) => {
92
- const destination = path.resolve(basePath, dir.public + '/' + path.basename(p));
+ const destination = path.resolve(basePath, dir.public);
93
copyFile(p, destination, copyOptions);
94
}).on('add', (p) => {
95
const destination = path.resolve(basePath, dir.public + '/' + path.basename(p));
0 commit comments