Updated Adding support for a new Mod (markdown)

This commit is contained in:
Andrew Miner
2015-02-03 10:26:59 -08:00
parent 616015a2a7
commit c34db6abfd
+1 -2
View File
@@ -32,8 +32,7 @@ Be sure to test frequently using the `./script/verify` script included in the re
## 4. Test Locally
As you're going along, you may find it helpful to view your new mod in the website as you're going
along. To do so, first add your new file name to the `DefaultBookUrls` list in `./src/scripts/constants.coffee`. Then, on the command line, use the `grunt` command to rebuild the
As you're going along, you may find it helpful to view your new mod in the website. To do so, first add your new file name to the `DefaultBookUrls` list in `./src/scripts/constants.coffee`. Then, on the command line, use the `grunt` command to rebuild the
project. Finally, run `./scripts/server` to start a local server. At this point, you should have your
own version of Crafting Guide (with your mod included) running at [http://localhost:8000]
(http://localhost:8000).