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

Commit edfbdab

Browse files
docs: update readme to include all default src files
1 parent 7af4b12 commit edfbdab

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts-copy/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,10 @@ that can be [piped](http://nodejs.org/api/stream.html#stream_readable_pipe_desti
1313
```
1414
[
1515
'node_modules/es6-shim/es6-shim.min.js',
16+
'node_modules/es6-shim/es6-shim.map',
1617
'node_modules/zone.js/dist/zone.js',
17-
'node_modules/reflect-metadata/Reflect.js'
18+
'node_modules/reflect-metadata/Reflect.js',
19+
'node_modules/reflect-metadata/Reflect.js.map'
1820
]
1921
```
2022
- **dest** (String) Output path for the HTML files. Default: `'www/build/js'`.

0 commit comments

Comments
 (0)