don't symlink land.html (#9523)

for easier first-time installation on Windows
This commit is contained in:
Kyℓe Hensel
2023-03-07 02:01:28 +13:00
committed by GitHub
parent 0ec1b45bf9
commit cfca929ded
4 changed files with 10 additions and 8 deletions

4
.gitignore vendored
View File

@@ -23,8 +23,4 @@ transifex.auth
/coverage/
# autogenerated symlinks
land.html
/img
/css/img
/test/css
/test/img

View File

@@ -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

10
land.html Normal file
View File

@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<head></head>
<body>
<script>
opener.authComplete(window.location.href);
window.close();
</script>
</body>
</html>

View File

@@ -39,7 +39,6 @@ function buildData() {
// Create symlinks if necessary.. { 'target': 'source' }
const symlinks = {
'land.html': 'dist/land.html',
img: 'dist/img'
};