diff --git a/Gruntfile.js b/Gruntfile.js index e404c27..531a5f3 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -8,7 +8,7 @@ module.exports = grunt => { }, copy: { css: { - files: [{expand: true, cwd: "src/main/", src: "**/*.css", dest: "dist/"}] + files: [{expand: true, cwd: "src/main/css/", src: "**/*.css", dest: "dist/"}] }, html: { files: [{expand: true, cwd: "src/main/", src: "**/*.html", dest: "dist/"}] diff --git a/package-lock.json b/package-lock.json index bb33c9b..5d5ba30 100644 Binary files a/package-lock.json and b/package-lock.json differ diff --git a/package.json b/package.json index e3b092a..7b57e4a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "doomsday", - "version": "1.3.9", + "version": "1.3.10", "description": "Test your mastery of Conway's Doomsday rule.", "author": "Felix W. Dekker", "browser": "dist/bundle.js", @@ -16,18 +16,18 @@ "deploy": "grunt deploy" }, "dependencies": { - "@fwdekker/template": "^0.0.21" + "@fwdekker/template": "^0.0.22" }, "devDependencies": { "grunt": "^1.3.0", - "grunt-cli": "^1.3.2", + "grunt-cli": "^1.4.1", "grunt-contrib-clean": "^2.0.0", "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": "^4.0.2", - "webpack": "^5.24.2", + "webpack": "^5.28.0", "webpack-cli": "^4.5.0" } } diff --git a/src/main/index.html b/src/main/index.html index 19f4481..a5bd4fd 100644 --- a/src/main/index.html +++ b/src/main/index.html @@ -12,7 +12,7 @@ - +