diff --git a/Gruntfile.js b/Gruntfile.js index cbdc341..c8994d7 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -22,7 +22,7 @@ module.exports = grunt => { }, focus: { dev: { - include: ["css", "html", "link", "ts"], + include: ["css", "html", "ts"], }, }, replace: { @@ -56,10 +56,6 @@ module.exports = grunt => { files: ["src/main/**/*.html"], tasks: ["copy:html"], }, - link: { - files: ["node_modules/@fwdekker/*/dist/**"], - tasks: ["webpack:dev", "replace:dev"], - }, ts: { files: ["src/main/**/*.ts"], tasks: ["webpack:dev", "replace:dev"], @@ -106,9 +102,9 @@ module.exports = grunt => { // Pre "clean", // Copy files - "copy:images", - "copy:html", "copy:css", + "copy:html", + "copy:images", "copy:pwa", // Compile "webpack:dev", @@ -120,9 +116,9 @@ module.exports = grunt => { // Pre "clean", // Copy files - "copy:images", - "copy:html", "copy:css", + "copy:html", + "copy:images", "copy:pwa", // Compile JS "webpack:deploy", diff --git a/package.json b/package.json index 700e457..5a97fa8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fwdekker.com", - "version": "0.39.19", + "version": "0.39.20", "description": "The source code of [my personal website](https://fwdekker.com/).", "author": "Felix W. Dekker", "browser": "dist/bundle.js", diff --git a/src/main/index.html b/src/main/index.html index e708458..60bea73 100644 --- a/src/main/index.html +++ b/src/main/index.html @@ -14,18 +14,25 @@ FWDekker + + - - + + + +
- +