Skip to content

Commit

Permalink
chore: remove references to debug-scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
crookedneighbor committed Oct 5, 2016
1 parent fc30456 commit 558fb14
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 20 deletions.
3 changes: 1 addition & 2 deletions .eslintignore
Expand Up @@ -10,7 +10,6 @@ dist-client/
# Not linted
migrations/*
website/client-old/
debug-scripts/*
scripts/*
test/server_side/**/*
test/client-old/spec/**/*
Expand All @@ -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 changes: 0 additions & 18 deletions README.md
Expand Up @@ -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.

0 comments on commit 558fb14

Please sign in to comment.