Updated Adding support for a new Mod (markdown)

This commit is contained in:
Andrew Miner
2016-04-02 17:24:22 -07:00
parent f31289aeb5
commit acc3040d08
+1 -1
View File
@@ -52,7 +52,7 @@ Be sure to test frequently using the `grunt test` command.
## 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
sense. In particular, you should look for: