-
Wondered how my "html preferring" users could write dojo2 widgets in a declarative way and just read https://medium.com/maquette-news/maquette-2-2-now-supports-jsx-7da7b0a1dc98
This is so nice. I cou…
-
The README.md file states, in the Quick Start section, that the proper way to deploy the site locally includes, amongst other things, running the default `grunt` task. When this task is run, however, …
-
@rishson commented on [Fri Jan 20 2017](https://github.com/dojo/meta/issues/138)
@rishson commented on [Mon Jan 16 2017](https://github.com/dojo/widgets/issues/250)
We need to consider what layout m…
-
**Discussion**
Package Version: current
The classes passed to child widgets using `extraClasses` are not themeable.
This is not a bug per-say but a discussion point. The problem is th…
-
We are currently pinned to version ~3 of tslint, we should consider upgrading to version 4 which may involve in cleaning up some old rules and also need an upgrade to in `grunt-dojo2` of `grunt-tslint…
-
my root node seems NOT to be rendered in `afterRender`
`console.log( this.meta(Dimensions).has('root'), this.meta(Dimensions).get('root') );`
returns
`false` and `0` everywhere ...
-
**Bug**
I think this is a bug, but maybe just something about my environment. When I create a new dojo2 app using `dojo create --name XYZ` and then try to build (`dojo build`) I get an error:
`…
-
Currently this repo is a fork of bryanforbes' original work, though we've moved so far past the original that we should switch this around so that dojo/grunt-dojo2 is the primary repo.
-
I'm not even sure why we have this set. There is no runtime dependency on a node version, and the only reason its there is to satisfy `grunt-dojo2` (which won't be used by our consumers). This provide…
-
`grunt-dojo2` and `cli-build` were both updated to rename CSS modules as `.m.css` (instead of `.css`).
What this means for you!
* Any CSS file that is imported, i.e., `import * as styles from '.…