javascript - Looking to strip html comments out of my jspm bundle (any approaches using gulp packages?) -


i'm using jspm bundle app, mangling + minifying still see many html comments in bundle. whats best way remove comments bundle?

   jspm.bundle('bootstrap.js', _paths.bundlepath, {            mangle: true,            injectconfig: true,            minify: true})    }) 


Comments

Popular posts from this blog

cookies - Yii2 Advanced - Share session between frontend and mainsite (duplicate of frontend for www) -

angular - password and confirm password field validation angular2 reactive forms -

php - Permission denied. Laravel linux server -