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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ Makes request to `url` and saves all files found with `srcToLoad` to `path`.
25
25
-`path:` path to save loaded files *(required)*
26
26
-`log:` boolean indicates whether to write the log to console *(optional, default: false)*
27
27
-`indexFile:` filename for index page *(optional, default: 'index.html')*
28
-
-`srcToLoad:` array of objects to load, specifies selectors and attribute values to select files for loading *(optional, see example below)*
28
+
-`srcToLoad:` array of objects to load, specifies selectors and attribute values to select files for loading *(optional, see default value in `lib/defaults.js`)*
29
29
-`directories:` array of objects, specifies relative directories for extensions. If `null` all files will be saved to `path`*(optional, see example below)*
0 commit comments