Updated Adding support for a new Mod (markdown)
This commit is contained in:
@@ -52,7 +52,7 @@ Be sure to test frequently using the `grunt test` command.
|
|||||||
|
|
||||||
## 7. Test Locally
|
## 7. Test Locally
|
||||||
|
|
||||||
As you're going along, you may find it helpful to view your new mod in the website. To do so, switch back to the CraftingGuide repository, and add your new file name to the `DefaultMods` list in `./src/coffee/constants.coffee`. It's often handy to open a second terminal window and run `grunt watch` in the `crafting-guide-data` repo to continuously test the data files as you're working, but keep in mind that you'll need to restart the command if you happen to add a new file. Recall that you local server should still be running at [http://localhost:8000](http://localhost:8000).
|
As you're going along, you may find it helpful to view your new mod in the website. To do so, switch back to the CraftingGuide repository, and add your new file name to the `DefaultMods` list in `./src/coffee/constants.coffee`. Then, run `grunt build` to update the website. It's often handy to open a second terminal window and run `grunt watch` in the `crafting-guide-data` repo to continuously test the data files as you're working, but keep in mind that you'll need to restart the command if you happen to add a new file. Recall that you local server should still be running at [http://localhost:8000](http://localhost:8000).
|
||||||
|
|
||||||
Test by crafting the various items in your mod, and walking through the steps to ensure everything makes
|
Test by crafting the various items in your mod, and walking through the steps to ensure everything makes
|
||||||
sense. In particular, you should look for:
|
sense. In particular, you should look for:
|
||||||
|
|||||||
Reference in New Issue
Block a user