util
util copied to clipboard
Dojo 1 - build utilities. Please submit bugs to https://bugs.dojotoolkit.org/
In our product, we use the dojo build to deploy a number of layers, which are optimized using the closure compiler. After updating to 1.17 we find that, while it...
When installing dojo/util via bower, I receive the error "Package dijit-themes not found". See below ``` $ bower install --save dojo/util bower util#* cached https://github.com/dojo/util.git#1.16.3 bower util#* validate 1.16.3 against...
https://discourse.dojo.io/t/closure-compiler-strict-errors/456 As reported by yassam: I’m using Dojo 1.16.0. The Dojo build system is giving me INTERNAL COMPILER ERROR on my ES6 code. I figure this might be due to...
Look like this is a recurring issue but I wanted to open this anyways. for reference: [Stack Overflow Question](https://stackoverflow.com/questions/38557290/dojo-build-systems-does-not-recognize-es6-syntax) [Dojo Bug Ticket](https://bugs.dojotoolkit.org/ticket/19020#no1) It is my understanding that by adding `optimizeOptions`...