From 539b1693c0b941df398e99b99cd308315bef9049 Mon Sep 17 00:00:00 2001 From: Michael Lange Date: Wed, 19 Jun 2019 17:05:02 -0700 Subject: [PATCH] Moved the ui screenshots script from /website/scripts to /scripts Having a node package in the website dir is incompatible with the way middleman watches the filesystem. --- {website/scripts => scripts}/.gitignore | 0 {website/scripts => scripts}/screenshots/Dockerfile | 0 {website/scripts => scripts}/screenshots/src/index.js | 0 {website/scripts => scripts}/screenshots/src/package.json | 0 {website/scripts => scripts}/screenshots/src/utils.js | 0 {website/scripts => scripts}/screenshots/src/yarn.lock | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename {website/scripts => scripts}/.gitignore (100%) rename {website/scripts => scripts}/screenshots/Dockerfile (100%) rename {website/scripts => scripts}/screenshots/src/index.js (100%) rename {website/scripts => scripts}/screenshots/src/package.json (100%) rename {website/scripts => scripts}/screenshots/src/utils.js (100%) rename {website/scripts => scripts}/screenshots/src/yarn.lock (100%) diff --git a/website/scripts/.gitignore b/scripts/.gitignore similarity index 100% rename from website/scripts/.gitignore rename to scripts/.gitignore diff --git a/website/scripts/screenshots/Dockerfile b/scripts/screenshots/Dockerfile similarity index 100% rename from website/scripts/screenshots/Dockerfile rename to scripts/screenshots/Dockerfile diff --git a/website/scripts/screenshots/src/index.js b/scripts/screenshots/src/index.js similarity index 100% rename from website/scripts/screenshots/src/index.js rename to scripts/screenshots/src/index.js diff --git a/website/scripts/screenshots/src/package.json b/scripts/screenshots/src/package.json similarity index 100% rename from website/scripts/screenshots/src/package.json rename to scripts/screenshots/src/package.json diff --git a/website/scripts/screenshots/src/utils.js b/scripts/screenshots/src/utils.js similarity index 100% rename from website/scripts/screenshots/src/utils.js rename to scripts/screenshots/src/utils.js diff --git a/website/scripts/screenshots/src/yarn.lock b/scripts/screenshots/src/yarn.lock similarity index 100% rename from website/scripts/screenshots/src/yarn.lock rename to scripts/screenshots/src/yarn.lock