Skip to content
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.

Commit

Permalink
Reverts f6cbeca commit
Browse files Browse the repository at this point in the history
  • Loading branch information
bigtimebuddy committed Jul 4, 2018
1 parent c5a217f commit 8b0f3e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion publish.js
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ exports.publish = function(taffyData, opts, tutorials) {
staticFiles.forEach(function(fileName) {
var toDir = fs.toDir( fileName.replace(fromDir, outdir) );
fs.mkPath(toDir);
fs.copyFileSync(fileName, path.resolve(toDir, path.basename(fileName)));
fs.copyFileSync(fileName, toDir);
});

// copy user-specified static files to outdir
Expand Down

0 comments on commit 8b0f3e4

Please sign in to comment.