mujtaba01 / ngx-owl-carousel

An angular2 (4) wrapper for jquery owl-carousel library with dynamic carousel item change detection
MIT License
70 stars 25 forks source link

Gulp: prod build issue with angular 2 #49

Open a-patel opened 6 years ago

a-patel commented 6 years ago

It will search 'ngx-owl-carousel.js' under the direct root of 'node_modules'. "no such file or directory, open '\node_modules\ngx-owl-carousel.js'"

Gulp Task Ref code:

npm run build.prod

gulp.task('build.prod', (done: any) => runSequence('check.tools', 'clean.prod', 'tslint', 'build.assets.prod', 'build.html_css', 'copy.prod', 'build.js.prod', 'build.bundles', 'build.bundles.app', 'minify.bundles', 'build.index.prod', done));

clipboard