aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorRick Waldron <waldron.rick@gmail.com>2012-06-05 13:10:01 -0400
committerRick Waldron <waldron.rick@gmail.com>2012-06-05 13:10:01 -0400
commit8265fa08376343d04c7c8c4796ebd4dcc7e3d2e0 (patch)
tree6a8cc82806466450cffbdb435fc9f56de63af988 /README.md
parente0cdeac87b6063b5e5f27f852c6284de6db1e0ca (diff)
downloadjquery-8265fa08376343d04c7c8c4796ebd4dcc7e3d2e0.tar.gz
jquery-8265fa08376343d04c7c8c4796ebd4dcc7e3d2e0.zip
Allow users to store custom dist destinations in dist/.destination.json
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5eaf86774..0d84e1072 100644
--- a/README.md
+++ b/README.md
@@ -98,6 +98,20 @@ With this example, the output files would be:
```
+If you want to add a permanent copy destination, create a file in `dist/` called ".destination.json". Inside the file, paste and customize the following:
+
+```json
+
+{
+ "/Absolute/path/to/other/destination": true
+}
+
+```
+
+
+Additionally, both methods can be combined.
+
+
Updating Submodules
-------------------