-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
07954dd
commit a8631f6
Showing
16 changed files
with
92 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@userfrosting/vinyl-fs-vpath](./vinyl-fs-vpath.md) > [IConfig](./vinyl-fs-vpath.iconfig.md) > [base](./vinyl-fs-vpath.iconfig.base.md) | ||
|
||
## IConfig.base property | ||
|
||
Specifies the folder relative to the cwd This is used to determine the file names when saving in .dest() Default: cwd | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
base?: string; | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@userfrosting/vinyl-fs-vpath](./vinyl-fs-vpath.md) > [IConfig](./vinyl-fs-vpath.iconfig.md) > [removeBOM](./vinyl-fs-vpath.iconfig.removebom.md) | ||
|
||
## IConfig.removeBOM property | ||
|
||
Causes the BOM to be removed on UTF-8 encoded files. Set to false if you need the BOM for some reason. Default: true | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
removeBOM?: boolean; | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@userfrosting/vinyl-fs-vpath](./vinyl-fs-vpath.md) > [IConfig](./vinyl-fs-vpath.iconfig.md) > [since](./vinyl-fs-vpath.iconfig.since.md) | ||
|
||
## IConfig.since property | ||
|
||
Only find files that have been modified since the time specified | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
since?: Date | number; | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@userfrosting/vinyl-fs-vpath](./vinyl-fs-vpath.md) > [IConfig](./vinyl-fs-vpath.iconfig.md) > [sourcemaps](./vinyl-fs-vpath.iconfig.sourcemaps.md) | ||
|
||
## IConfig.sourcemaps property | ||
|
||
Setting this to true will enable sourcemaps. Default: false | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
sourcemaps?: boolean; | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...nyl-fs-vpath.ivirtualpathmapping.match.md → .../vinyl-fs-vpath.ivirtpathmapping.match.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@userfrosting/vinyl-fs-vpath](./vinyl-fs-vpath.md) > [IVirtPathMapping](./vinyl-fs-vpath.ivirtpathmapping.md) | ||
|
||
## IVirtPathMapping interface | ||
|
||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
export interface IVirtPathMapping | ||
``` | ||
|
||
## Properties | ||
|
||
| Property | Type | Description | | ||
| --- | --- | --- | | ||
| [match](./vinyl-fs-vpath.ivirtpathmapping.match.md) | <code>string</code> | Path prefix to match (relative to cwd). | | ||
| [replace](./vinyl-fs-vpath.ivirtpathmapping.replace.md) | <code>string</code> | Value to replace matched portion of path with. | | ||
|
4 changes: 2 additions & 2 deletions
4
...l-fs-vpath.ivirtualpathmapping.replace.md → ...inyl-fs-vpath.ivirtpathmapping.replace.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters