laravel-angular2 icon indicating copy to clipboard operation
laravel-angular2 copied to clipboard

wong directory on gulpfile

Open khaledelmahdi opened this issue 8 years ago • 0 comments

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')
...

khaledelmahdi avatar Oct 05 '16 14:10 khaledelmahdi