bundler now uses a cache to improve building speed - 48f8aa0, royriojas, 22/05/2015 16:55:38
Cache is enabled by default in bundler in order to disable it, pass
bundler: {
'target-name': {
options: {
useCache: false <<< disable the cache
},
src: 'somefile.js',
dest: 'someDestFile.js'
}
}