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
Post a Comment