mirror of
https://github.com/Mibew/simple-icons.git
synced 2025-04-08 05:40:16 +03:00
Tidied up
This commit is contained in:
parent
c56565dfc3
commit
2efff7bd04
2
build.js
2
build.js
@ -142,7 +142,7 @@ var sharingFooter = fs.readFileSync('./src/sharing-footer.html', 'utf8');
|
|||||||
|
|
||||||
// Put all sharing content together and export to sharing.html
|
// Put all sharing content together and export to sharing.html
|
||||||
var sharingHtmlOutput = sharingHeader + sharingMain + sharingFooter;
|
var sharingHtmlOutput = sharingHeader + sharingMain + sharingFooter;
|
||||||
fs.writeFile("./sharing.html", sharingHtmlOutput, function(err) {
|
fs.writeFile("./src/sharing.html", sharingHtmlOutput, function(err) {
|
||||||
if(err) {
|
if(err) {
|
||||||
return console.log(err);
|
return console.log(err);
|
||||||
}
|
}
|
||||||
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
Loading…
Reference in New Issue
Block a user