Skip to content
This repository was archived by the owner on Sep 5, 2022. It is now read-only.

Commit 3238817

Browse files
author
Mehdy Dara
committed
Update doc for option baseDir, update version
1 parent 3b08f0b commit 3238817

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Inspired by [grunt-image-embed](https://github.com/ehynds/grunt-image-embed) and
88

99
* Supports local and remote resources.
1010
* 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)
1212
* Ability to specify a weight limit. Default is 32kB which is IE8's limit. [Details](#optionsmaxweightresource)
1313
* Ability to filter on file extensions. Default there is no filter. [Details](#optionsextensionsallowed)
1414
* Ignore a resource by specifying a directive comment in CSS. [Details](#ignore-a-specific-resource)
@@ -53,7 +53,7 @@ Type: `String`
5353

5454
Default value: ``
5555

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.
5757

5858

5959
#### options.maxWeightResource

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gulp-css-base64",
33
"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",
55
"homepage": "http://github.com/zckrs/gulp-css-base64",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)