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 05cccd4 commit 97d213eCopy full SHA for 97d213e
site/default/static/build.js
@@ -19,7 +19,7 @@ module.exports = function(options, folders){
19
var staticDistPromises = [];
20
if(options.html && options.html.staticDist){
21
options.html.staticDist.forEach(function(dist){
22
- staticDistPromises.push(copy(path.join(process.cwd(), dist), folders.dist));
+ staticDistPromises.push(copy(path.join(__dirname, '../../../..', dist), folders.dist));
23
});
24
}
25
0 commit comments