https://github.com/think2011/gulp-extract-path
提取文件里面的引用文件
https://github.com/think2011/gulp-extract-path
Last synced: 12 months ago
JSON representation
提取文件里面的引用文件
- Host: GitHub
- URL: https://github.com/think2011/gulp-extract-path
- Owner: think2011
- Created: 2016-01-14T02:14:27.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-18T08:57:20.000Z (almost 10 years ago)
- Last Synced: 2025-05-30T00:08:27.253Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gulp-extract-path
提取文件里面引用的文件
## 示例
```js
.pipe(extractPath({rootPath: './src'}))
```