When making a patch, you don’t need to …

When making a patchpatch A special text file that describes changes to code, by identifying the files and lines which are added, removed, and altered. It may also be referred to as a diff. A patch can be applied to a codebase for testing., you don’t need to worry about the minified versions of the js and css files. Just patch the development versions. On commit, we’ll handle the compression. It’s less work for you, it keeps the patches leaner and easier to skim, and it allows us to verify that the minified and development versions are in sync. (In case you’re wondering though, we do use the YUI compressor, and JavaScriptJavaScript JavaScript or JS is an object-oriented computer programming language commonly used to create interactive effects within web browsers. WordPress makes extensive use of JS for a better user experience. While PHP is executed on the server, JS executes within a user’s browser. https://www.javascript.com/. is optionally munged.)

#trac