Remove deprecated copy favicon task

This commit is contained in:
Mathias Schopmans
2017-04-04 16:59:59 +02:00
parent a08848c93f
commit 67b1b9e944

View File

@@ -11,10 +11,3 @@ copy(assetsPath(), distPath('assets'), (err) => {
}
console.log("copied assets");
});
copy(faviconPath(),distPath('favicon.ico'),(err) => {
if (err) {
return console.error(err);
}
console.log("copied favicon");
});