This repository was archived by the owner on Sep 5, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Inspired by [grunt-image-embed](https://github.com/ehynds/grunt-image-embed) and
8
8
9
9
* Supports local and remote resources.
10
10
* Supports buffer (and stream ** WIP** ).
11
- * Ability to define a base directory. Default is the current directory. [ Details] ( #optionsbasedir )
11
+ * Ability to define a relative base directory to gulpfile.js . Default is the current directory. [ Details] ( #optionsbasedir )
12
12
* Ability to specify a weight limit. Default is 32kB which is IE8's limit. [ Details] ( #optionsmaxweightresource )
13
13
* Ability to filter on file extensions. Default there is no filter. [ Details] ( #optionsextensionsallowed )
14
14
* Ignore a resource by specifying a directive comment in CSS. [ Details] ( #ignore-a-specific-resource )
@@ -53,7 +53,7 @@ Type: `String`
53
53
54
54
Default value: ``
55
55
56
- * Notes: By default plugin used the current directory of gulpfile.js. But you can define a base directory for your local resources.*
56
+ Notes: Work with ** relative path of gulpfile.js ** . By default plugin used the current directory of gulpfile.js to find local resources.
57
57
58
58
59
59
#### options.maxWeightResource
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gulp-css-base64" ,
3
3
"description" : " Gulp's task for transform all resources found in a CSS into base64-encoded data URI strings" ,
4
- "version" : " 1.0.0 " ,
4
+ "version" : " 1.0.1 " ,
5
5
"homepage" : " http://github.com/zckrs/gulp-css-base64" ,
6
6
"repository" : {
7
7
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments