diff --git a/Gruntfile.js b/Gruntfile.js index 6d2be3e..f506339 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -7,16 +7,13 @@ module.exports = grunt => { default: ["dist/"], }, copy: { - css: { - files: [{expand: true, cwd: "src/main/", src: "**/*.css", dest: "dist/", flatten: true}] - }, html: { files: [{expand: true, cwd: "src/main/", src: "**/*.html", dest: "dist/", flatten: true}] }, }, focus: { dev: { - include: ["css", "html", "js"], + include: ["html", "js"], }, }, replace: { @@ -42,10 +39,6 @@ module.exports = grunt => { }, }, watch: { - css: { - files: ["src/main/**/*.css"], - tasks: ["copy:css"], - }, html: { files: ["src/main/**/*.html"], tasks: ["copy:html"], @@ -95,7 +88,6 @@ module.exports = grunt => { // Pre "clean", // Copy files - "copy:css", "copy:html", // Compile JS "webpack:dev", @@ -106,7 +98,6 @@ module.exports = grunt => { // Pre "clean", // Copy files - "copy:css", "copy:html", // Compile JS "webpack:deploy", diff --git a/package-lock.json b/package-lock.json index 706a1f6..ca81890 100644 Binary files a/package-lock.json and b/package-lock.json differ diff --git a/package.json b/package.json index 2def4f5..342f166 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tools", - "version": "1.1.6", + "version": "1.1.7", "description": "Main page for the /tools directory.", "author": "Florine W. Dekker", "browser": "dist/bundle.js", @@ -16,15 +16,15 @@ "deploy": "grunt deploy" }, "devDependencies": { - "grunt": "^1.4.1", + "grunt": "^1.5.3", "grunt-cli": "^1.4.3", - "grunt-contrib-clean": "^2.0.0", + "grunt-contrib-clean": "^2.0.1", "grunt-contrib-copy": "^1.0.0", "grunt-contrib-watch": "^1.1.0", "grunt-focus": "^1.0.0", "grunt-text-replace": "^0.4.0", "grunt-webpack": "^5.0.0", - "webpack": "^5.69.1", - "webpack-cli": "^4.9.2" + "webpack": "^5.75.0", + "webpack-cli": "^5.0.0" } } diff --git a/src/main/css/main.css b/src/main/css/main.css deleted file mode 100644 index f9de14b..0000000 --- a/src/main/css/main.css +++ /dev/null @@ -1,8 +0,0 @@ -#listing { - margin: 0 auto; - max-width: 28rem; -} - -#listing ul { - list-style: none; -} diff --git a/src/main/index.html b/src/main/index.html index 536927b..5f6cd94 100644 --- a/src/main/index.html +++ b/src/main/index.html @@ -8,17 +8,20 @@ + + + + + + Tools | FWDekker - - - - + -