Updated Adding support for a new Mod (markdown)
This commit is contained in:
@@ -32,7 +32,7 @@ Be sure to test frequently using the `./script/verify` script included in the re
|
|||||||
|
|
||||||
## 4. Test Locally
|
## 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
|
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]
|
own version of Crafting Guide (with your mod included) running at [http://localhost:8000]
|
||||||
(http://localhost:8000).
|
(http://localhost:8000).
|
||||||
|
|||||||
Reference in New Issue
Block a user