Skip to content
This repository was archived by the owner on Jul 4, 2023. It is now read-only.

Commit c6c9617

Browse files
committed
vinyl base is required, fixed
1 parent 2dfe79e commit c6c9617

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/Graph.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Graph.prototype.add = function (file) {
2525

2626
// Normalize file information
2727
file.cwd = cwd;
28-
file.base = "";
28+
file.base = "/";
2929
file.path = fp;
3030

3131
if (this.nodes[fp]) {

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gulp-angular-builder",
3-
"version": "0.3.3",
3+
"version": "0.3.4",
44
"description": "Gulp plugin to filter and include only necessary AngularJS files.",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)