diff options
author | Rick Waldron <waldron.rick@gmail.com> | 2012-06-05 13:10:01 -0400 |
---|---|---|
committer | Rick Waldron <waldron.rick@gmail.com> | 2012-06-05 13:10:01 -0400 |
commit | 8265fa08376343d04c7c8c4796ebd4dcc7e3d2e0 (patch) | |
tree | 6a8cc82806466450cffbdb435fc9f56de63af988 /README.md | |
parent | e0cdeac87b6063b5e5f27f852c6284de6db1e0ca (diff) | |
download | jquery-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.md | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -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 ------------------- |