From cfca929dedc1cae13b1a5fbb636383406ff063ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ky=E2=84=93e=20Hensel?= Date: Tue, 7 Mar 2023 02:01:28 +1300 Subject: [PATCH] don't symlink land.html (#9523) for easier first-time installation on Windows --- .gitignore | 4 ---- README.md | 3 --- land.html | 10 ++++++++++ scripts/build_data.js | 1 - 4 files changed, 10 insertions(+), 8 deletions(-) create mode 100644 land.html diff --git a/.gitignore b/.gitignore index 2299c5e20..c1855c895 100644 --- a/.gitignore +++ b/.gitignore @@ -23,8 +23,4 @@ transifex.auth /coverage/ # autogenerated symlinks -land.html /img -/css/img -/test/css -/test/img diff --git a/README.md b/README.md index 2ffefcf12..a099f0d85 100644 --- a/README.md +++ b/README.md @@ -39,9 +39,6 @@ Come on in, the water's lovely. More help? Ping `Martin Raifer`/`tyr_asd` or `bh ## Installation -Note: Windows users should run these steps in a shell started with "Run as administrator". -This is only necessary the first time so that the build process can create symbolic links. - To run the current development version of iD on your own computer: #### Cloning the repository diff --git a/land.html b/land.html new file mode 100644 index 000000000..e270f0ecd --- /dev/null +++ b/land.html @@ -0,0 +1,10 @@ + + + + + + + diff --git a/scripts/build_data.js b/scripts/build_data.js index cf1f50b10..a117e6950 100644 --- a/scripts/build_data.js +++ b/scripts/build_data.js @@ -39,7 +39,6 @@ function buildData() { // Create symlinks if necessary.. { 'target': 'source' } const symlinks = { - 'land.html': 'dist/land.html', img: 'dist/img' };