mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-12 16:52:50 +00:00
don't symlink land.html (#9523)
for easier first-time installation on Windows
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -23,8 +23,4 @@ transifex.auth
|
||||
/coverage/
|
||||
|
||||
# autogenerated symlinks
|
||||
land.html
|
||||
/img
|
||||
/css/img
|
||||
/test/css
|
||||
/test/img
|
||||
|
||||
@@ -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
10
land.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head></head>
|
||||
<body>
|
||||
<script>
|
||||
opener.authComplete(window.location.href);
|
||||
window.close();
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
@@ -39,7 +39,6 @@ function buildData() {
|
||||
|
||||
// Create symlinks if necessary.. { 'target': 'source' }
|
||||
const symlinks = {
|
||||
'land.html': 'dist/land.html',
|
||||
img: 'dist/img'
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user