Updated Adding support for a new Mod (markdown)

This commit is contained in:
Andrew Miner
2015-02-03 10:27:50 -08:00
parent c34db6abfd
commit 1984995d79
+1 -1
View File
@@ -32,7 +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. 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 `DefaultMods` list in `./src/scripts/constants.coffee`. Then, on the command line, use the `grunt clean build` 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).