AdvisorySG / ghost-advisory-theme

Custom-built Ghost theme for Advisory SG.
MIT License
6 stars 12 forks source link

Gulp: Replace `uglify` with `terser` #229

Closed wei2912 closed 3 years ago

wei2912 commented 3 years ago

This PR fixes https://github.com/AdvisorySG/ghost-advisory-theme/issues/190 using the gulp-terser-js plugin at https://github.com/gulp-community/gulp-terser-js.

bnjmnt4n commented 3 years ago

Actually, are we just aiming for compression of ES2015+ syntax or transpilation?

wei2912 commented 3 years ago

Actually, are we just aiming for compression of ES2015+ syntax or transpilation?

I think compression is sufficient. Too lazy to support older browsers tbh