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 - Permission denied. Laravel linux server -

google bigquery - Delta between query execution time and Java query call to finish -

python - Pandas two dataframes multiplication? -