diff --git a/Gruntfile.js b/Gruntfile.js index 9fe314f..60aa7e0 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -13,10 +13,13 @@ module.exports = grunt => { html: { files: [{expand: true, cwd: "src/main/", src: "**/*.html", dest: "dist/", flatten: true}], }, + img: { + files: [{expand: true, cwd: "src/main/", src: "**/*.{jpg,png}", dest: "dist/", flatten: true}], + }, }, focus: { dev: { - include: ["css", "html", "ts"], + include: ["css", "html", "img", "ts"], }, }, replace: { @@ -50,6 +53,10 @@ module.exports = grunt => { files: ["src/main/**/*.html"], tasks: ["copy:html"], }, + img: { + files: ["src/main/**/*.{jpg,png}"], + tasks: ["copy:img"], + }, ts: { files: ["src/main/**/*.ts"], tasks: ["webpack:dev", "replace:dev"], @@ -98,6 +105,7 @@ module.exports = grunt => { // Copy files "copy:css", "copy:html", + "copy:img", // Compile TS "webpack:dev", "replace:dev", @@ -109,6 +117,7 @@ module.exports = grunt => { // Copy files "copy:css", "copy:html", + "copy:img", // Compile TS "webpack:deploy", "replace:deploy", diff --git a/package.json b/package.json index 5425780..dadb08c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "psychotherapy", - "version": "1.0.2", - "description": "Psychotherapy", + "version": "1.0.3", + "description": "Recursively inductive progress", "author": "F.W. Dekker", "browser": "dist/bundle.js", "repository": { diff --git a/src/main/img/og-image.png b/src/main/img/og-image.png new file mode 100644 index 0000000..297b74b Binary files /dev/null and b/src/main/img/og-image.png differ diff --git a/src/main/index.html b/src/main/index.html index eb59b5f..191ab93 100644 --- a/src/main/index.html +++ b/src/main/index.html @@ -5,10 +5,17 @@ - + + + + + + + Psychotherapy | FWDekker +