Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
JS Minification: do not rename files when minificating (#11080)
#### Changes proposed in this Pull Request: In #11079 I replaced `gulp-uglify` by `gulp-minify` to solve some issues. `gulp-minify` works a bit differently and requires you to specify when you want to create files without the min suffix. #### Testing instructions: * Run `yarn build-production-client` * Make sure the files generated in `_inc/build` are similar to the ones in previous builds: https://github.com/Automattic/jetpack/tree/branch-6.8-built/_inc/build https://github.com/Automattic/jetpack/tree/branch-6.8-built/_inc/build/after-the-deadline * There should be no extra `min` files #### Proposed changelog entry for your changes: * None
- Loading branch information