From 939c87cf206419e5fe6944a9e9b77d2042b80aae Mon Sep 17 00:00:00 2001 From: Stefan Breunig Date: Wed, 13 Feb 2013 10:04:27 +0100 Subject: [PATCH] add note about how to handle external dependencies --- plugins/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/plugins/README.md b/plugins/README.md index 779f22df..c5d1b10d 100644 --- a/plugins/README.md +++ b/plugins/README.md @@ -23,6 +23,11 @@ You can use the guess player level script as an example to get you started. Just If you happen the write general purpose functions for your plugin, consider adding them to the main script instead. For example, if you write a `getResoCountFromPortal(details)` function it may be very well added to `code/portal_info.js`. +External Dependencies +--------------------- + +If you have external dependencies put them into `external/` and add a version number to their filename. I will put them in `dist/` once required. Don’t forget to add a note about author and license in main `README.md`. + Available Hooks ---------------