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

php - Displaying JSON data posts for blog using just the post id -

docusignapi - Documents restrictions within a package -

javascript - angular.forEach loop with $http.get -