An open API service indexing awesome lists of open source software.

https://github.com/think2011/gulp-extract-path

提取文件里面的引用文件
https://github.com/think2011/gulp-extract-path

Last synced: 12 months ago
JSON representation

提取文件里面的引用文件

Awesome Lists containing this project

README

          

# gulp-extract-path
提取文件里面引用的文件

## 示例

```js
.pipe(extractPath({rootPath: './src'}))
```