From acc3040d083df483a9f0274a9689d849887232f1 Mon Sep 17 00:00:00 2001 From: Andrew Miner Date: Sat, 2 Apr 2016 17:24:22 -0700 Subject: [PATCH] Updated Adding support for a new Mod (markdown) --- Adding-support-for-a-new-Mod.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Adding-support-for-a-new-Mod.md b/Adding-support-for-a-new-Mod.md index d6e4aad..3fdaeea 100644 --- a/Adding-support-for-a-new-Mod.md +++ b/Adding-support-for-a-new-Mod.md @@ -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: