laravel-angular2
laravel-angular2 copied to clipboard
wong directory on gulpfile
First, thank you for the guid.
I found a typo in the gulpfile.js
, it should be like this to match systemjs.config.js
:
...
.copy('node_modules/@angular', 'public/js/@angular')
.copy('node_modules/anular2-in-memory-web-api', 'public/js/anular2-in-memory-web-api')
.copy('node_modules/core-js', 'public/js/core-js')
.copy('node_modules/reflect-metadata', 'public/js/reflect-metadata')
.copy('node_modules/systemjs', 'public/js/systemjs')
.copy('node_modules/rxjs', 'public/js/rxjs')
.copy('node_modules/zone.js', 'public/js/zone.js')
...