[READ-ONLY] Mirror of https://github.com/probablykasper/taskler. Simple text editor for your New Tab page taskler.kasper.space
browser-extension chrome chrome-extension editor extension firefox firefox-addon firefox-extension notes
0

Configure Feed

Select the types of activity you want to include in your feed.

CNAME fix (for real this time)

Kasper (Dec 5, 2019, 2:56 PM +0100) 68d4102d fc84268b

+3 -2
+2 -1
CHANGELOG.md
··· 1 - ## 2.0.2 - 2019 Feb 3 1 + ## 2.0.3 - 2019 Feb 3 2 2 - Made extension icons show when they should 3 + - (2.0.2 doesn't exist, accidentally made it 2.0.3) 3 4 4 5 ## 2.0.1 Firefox - 2018 Nov 19 5 6 - Made extension icons square, to support Firefox.
+1 -1
gulpfile.js
··· 6 6 const buildDestFiles = 'build/**/*' 7 7 8 8 const websiteDeployDest = 'docs' 9 - const WebsiteDeployDestClean = ['docs', '!docs/CNAME'] // what files to delete when deploying website 9 + const WebsiteDeployDestClean = ['docs/**', '!docs/CNAME'] // what files to delete when deploying website 10 10 11 11 const extensionZipSrc = 'build/**/*' 12 12 const extensionZipDest = 'dist'