You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 4, 2021. It is now read-only.
Copy default 3rd party scripts to build directory.
3
+
4
+
## API
5
+
6
+
### copyScripts([options])
7
+
8
+
Returns a [stream](http://nodejs.org/api/stream.html) of [Vinyl files](https://github.com/wearefractal/vinyl-fs)
9
+
that can be [piped](http://nodejs.org/api/stream.html#stream_readable_pipe_destination_options).
10
+
11
+
#### Available options:
12
+
-**src** (String|Array) Glob or array of globs ([What's a glob?](https://github.com/isaacs/node-glob#glob-primer)) matching 3rd party script files. Default: `'node_modules/angular2/bundles/angular2-polyfills.js'`.
13
+
-**dest** (String) Output path for the HTML files. Default: `'www/build/js'`.
14
+
15
+
## Example
16
+
17
+
```
18
+
var copyScripts = require('ionic-gulp-scripts-copy');
0 commit comments