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
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -229,6 +229,12 @@ A string value that represents the directory path (*relative* to your Grunt file
229
229
230
230
You may wish to have your backups reside outside the current working directory of your Gruntfile. In which case simply provide the relative path eg: ````../../backups````.
231
231
232
+
#### options.target
233
+
234
+
Type: `String`
235
+
Default value: ``
236
+
237
+
A string value that represents the default target for the tasks. You can easily override it using the `--target` option
0 commit comments