Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Source map not gets generated if use gulp concat #346

Open
abhisinha-ui opened this issue Jan 30, 2018 · 1 comment
Open

Source map not gets generated if use gulp concat #346

abhisinha-ui opened this issue Jan 30, 2018 · 1 comment

Comments

@abhisinha-ui
Copy link

abhisinha-ui commented Jan 30, 2018

Hi please look on below code
gulp.src([ '!./app/**/*-test.js', '!./app/app/app-config.js', './app/app/app-config-dev.js', './app/**/*.js', './http-backend/http-backend.js', './http-backend/**/*.js', '../../ui-libs/niapp/app-controller.js', '!../../ui-libs/**/*test.js', '!../../ui-libs/vendors/**/*.js', '../../ui-libs/**/*.js' ]) .pipe(sourcemaps.init()) .pipe(plugins.concat('app.js')) .pipe(sourcemaps.write('.')) .pipe(gulp.dest(dest.js));

But In browser source-map is not getting generated . Only app.js file is getting generated no sourcemap is getting generated . Please Help

@phated
Copy link
Contributor

phated commented May 6, 2019

@abhisinha-ui please provide a minimal reproduction repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

2 participants