Tom Bray

Results 3 issues of Tom Bray

This plugin looks promising. Hope I can get it working with Grails 2.3.2!

In the simple es6 example, the settings.yml `build: TARGET={target} npm run build` and the build script is as follows: `"build": "babel *.js --out-dir $TARGET"` This doesn't take into account node_modules....

I'm creating a search field that filters on different criteria depending on the nature of the input. The domainClass bound to the grid is Account. If the search string only...