Tidied up

This commit is contained in:
Dan Leech 2015-10-19 11:42:02 +01:00
parent c56565dfc3
commit 2efff7bd04
3 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ var sharingFooter = fs.readFileSync('./src/sharing-footer.html', 'utf8');
// Put all sharing content together and export to sharing.html
var sharingHtmlOutput = sharingHeader + sharingMain + sharingFooter;
fs.writeFile("./sharing.html", sharingHtmlOutput, function(err) {
fs.writeFile("./src/sharing.html", sharingHtmlOutput, function(err) {
if(err) {
return console.log(err);
}

View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB