mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 11:46:23 +00:00
chore: remove references to debug-scripts
This commit is contained in:
parent
fc30456b53
commit
558fb145b5
2 changed files with 1 additions and 20 deletions
|
|
@ -10,7 +10,6 @@ dist-client/
|
|||
# Not linted
|
||||
migrations/*
|
||||
website/client-old/
|
||||
debug-scripts/*
|
||||
scripts/*
|
||||
test/server_side/**/*
|
||||
test/client-old/spec/**/*
|
||||
|
|
@ -25,4 +24,4 @@ gulp
|
|||
webpack
|
||||
test/client/e2e
|
||||
test/client/unit/index.js
|
||||
test/client/unit/karma.conf.js
|
||||
test/client/unit/karma.conf.js
|
||||
|
|
|
|||
18
README.md
18
README.md
|
|
@ -10,21 +10,3 @@ For an introduction to the technologies used and how the software is organized,
|
|||
To set up a local install of Habitica for development and testing, see [Setting up Habitica Locally](http://habitica.wikia.com/wiki/Setting_up_Habitica_Locally), which contains instructions for Windows, *nix / Mac OS, and Vagrant.
|
||||
|
||||
Then read [Guidance for Blacksmiths](http://habitica.wikia.com/wiki/Guidance_for_Blacksmiths) for additional instructions and useful tips.
|
||||
|
||||
## Debug Scripts
|
||||
|
||||
In the `./debug-scripts/` folder, there are a few files. Here's a sample:
|
||||
|
||||
```bash
|
||||
grant-all-equipment.js
|
||||
grant-all-mounts.js
|
||||
grant-all-pets.js
|
||||
```
|
||||
|
||||
You can run them by doing:
|
||||
|
||||
```bash
|
||||
node debug-scripts/name-of-script.js
|
||||
```
|
||||
|
||||
If there are more arguments required to make the script work, it will print out the usage and an explanation of what the script does.
|
||||
|
|
|
|||
Loading…
Reference in a new issue