diff options
author | Rick Waldron <waldron.rick@gmail.com> | 2012-06-07 11:46:45 -0400 |
---|---|---|
committer | Rick Waldron <waldron.rick@gmail.com> | 2012-06-07 11:46:45 -0400 |
commit | 9fb3c01c37e24f72eb11d89c6a407f1e8cc55eff (patch) | |
tree | 1ebf95e559e005681315a1193a851e1cf6898239 /README.md | |
parent | c68ab270fa8269d8b1f3360fc8ed290ba6f0e9a8 (diff) | |
download | jquery-9fb3c01c37e24f72eb11d89c6a407f1e8cc55eff.tar.gz jquery-9fb3c01c37e24f72eb11d89c6a407f1e8cc55eff.zip |
Make custom dist example less OSX specific
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -118,14 +118,13 @@ Building to a different directory If you want to build jQuery to a directory that is different from the default location: -#### `grunt && grunt dist:/Users/you/Dropbox/Public/` #### +#### `grunt && grunt dist:/path/to/special/location/` #### With this example, the output files would be: ```bash - -/Users/you/Dropbox/Public/jquery.js -/Users/you/Dropbox/Public/jquery.min.js +/path/to/special/location/jquery.js +/path/to/special/location/jquery.min.js ``` |