You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,21 +15,21 @@ Use [npm](https://npmjs.org/) to install claymate globally or locally:
15
15
16
16
Here are short descriptions of the commands available. Use the command without any arguments (`$ claymate`) to see full details.
17
17
18
-
-`build` - Concatenates and minifies all gumby javascript assets in the proper order utilizing [uglify-js](https://github.com/mishoo/UglifyJS2). Accepts further options to specify which modules to include.
18
+
-`build` - Concatenates and minifies all gumby javascript assets in the proper order utilizing [uglify-js](https://github.com/mishoo/UglifyJS2). Accepts further options to specify which modules to include. By default, this will look for the gumby files starting from the current directory, and output them to the current directory. You will have to specify the path to gumby or desired output path if they are different. Furthermore, a sourcemap can be built to accompany the minified file.
19
19
20
20
##Configuration
21
21
22
-
All command line options for a given subcommand can be set in a JSON configuration file called `gumby.json`, typically located at the root of your project.
22
+
All command line options for a given subcommand can be set in a JSON configuration file called `gumby.json`, typically located at the root of your project.
23
23
24
-
> Note that claymate will look for this file in the directory in which you run claymate, so keeping it in the root of the project is not a requirement.
24
+
> Note that claymate will look for this file in the directory in which you run claymate, so keeping it in the root of the project is not a requirement.
0 commit comments