gulp-resolve-dependencies
Version:
Resolve dependency directives in assets (e.g. "@requires" or "//= require" in JavaScript)
32 lines (16 loc) • 593 B
Markdown
## 2.2.0
- Add file stats to resolved files when adding them to the stream.
## 2.1.0
- Add ```resolvePath``` option.
## 2.0.0
- Disable ```options.ignoreCircularDependencies``` by default.
## 1.1.0
- Throw an error when detecting a circular dependency (thanks to @huang64). Add option ```ignoreCircularDependencies``` to disable this behavior.
## 1.0.3
- Add test for path with directories containing ```.js```
## 1.0.2
- Fix default regex to work with directories containing ```.js```
## 1.0.1
- Fix typo in README
## 1.0.0
- Emit errors in stream instead of just logging them