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
{{ message }}
This repository was archived by the owner on Sep 5, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ Inspired by [grunt-image-embed](https://github.com/ehynds/grunt-image-embed) and
9
9
* Supports local and remote resources.
10
10
* Supports buffer (and stream **WIP**).
11
11
* Ability to define a relative base directory to gulpfile.js. Default is the current directory. [Details](#optionsbasedir)
12
+
* Ability to remove a local resource after encoding. Default is unable. [Details](#optionsdeleteafterencoding)
12
13
* Ability to specify a weight limit. Default is 32kB which is IE8's limit. [Details](#optionsmaxweightresource)
13
14
* Ability to filter on file extensions. Default there is no filter. [Details](#optionsextensionsallowed)
14
15
* Ignore a resource by specifying a directive comment in CSS. [Details](#ignore-a-specific-resource)
@@ -53,8 +54,14 @@ Type: `String`
53
54
54
55
Default value: ``
55
56
56
-
Notes: If you have absolute image paths in your stylesheet, the path specified in this option will be used as the base directory. By default plugin used the current directory of gulpfile.js to find local resources.
57
+
Note: If you have absolute image paths in your stylesheet, the path specified in this option will be used as the base directory. By default plugin used the current directory of gulpfile.js to find local resources.
0 commit comments