If you use Gradle builds to combine and minify JavaScript source files via the gradle-js-plugin (thanks, Eric!), you might have run into the same problem as I did: ordering of the files! The Github docco doesn’t mention (yet!) anything around it and you are left to guess that doing something like this will sort out […]
Posts Tagged: minify
Jenkins CI Trick to Prevent Task from Triggering Itself on SCM Commit
I’ve come across this recently working on a project in Netflix and thought worth sharing. The project I was dealing with packages some JavaScript code which, before deployment, needed to be minified. We have set up our Jenkins task such that it polls Git for changes in the master branch and when the changes are […]