From b3647e04f6141f68319238c538a15265ccb6b8a6 Mon Sep 17 00:00:00 2001 From: "Felix W. Dekker" Date: Thu, 22 Apr 2021 13:01:14 +0200 Subject: [PATCH] Add Goatcounter and relocate some resources --- Gruntfile.js | 6 +----- package.json | 2 +- src/main/index.html | 11 +++++++---- 3 files changed, 9 insertions(+), 10 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 1badde2..f506339 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -13,7 +13,7 @@ module.exports = grunt => { }, focus: { dev: { - include: ["html", "js", "link"], + include: ["html", "js"], }, }, replace: { @@ -47,10 +47,6 @@ module.exports = grunt => { files: ["src/main/**/*.js"], tasks: ["webpack:dev", "replace:dev"], }, - link: { - files: ["node_modules/@fwdekker/*/dist/**"], - tasks: ["webpack:dev", "replace:dev"], - }, }, webpack: { options: { diff --git a/package.json b/package.json index 138019a..63e96ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "converter", - "version": "1.4.9", + "version": "1.4.10", "description": "Convert numbers to and from various bases.", "author": "Felix W. Dekker", "browser": "dist/bundle.js", diff --git a/src/main/index.html b/src/main/index.html index 420edf1..e9fb2e5 100644 --- a/src/main/index.html +++ b/src/main/index.html @@ -10,11 +10,15 @@ Converter | FWDekker - - + + +