Gulp 1
Debugging Code Using Gulp Source Maps
The gulp-sourcemaps module can be used for debugging compressed code. For Production release we compressed/minified the javascript files.This minification increases the performance of the application due to reduced file size.But it makes the debugging process difficult for developer and it is very hard to find the exact line number or word number from where error […]