-
All unit tests of decor, delite and deliteful pass fine on iOS 8 beta 5 (tested on a physical iPhone 5S), with only a single exception: one of the test cases from the delite/register unit test. More e…
-
# Dojo CLI Commands
## Proposed commands
### create
`dojo create `
- Creates a new folder `appName` and inits a dojo2 application within.
- Will not proceed if the folder already exists
- Does **not*…
-
Are `.tsconfig*.json` supposed to be checked into repos? Should they be added to `.gitignore`?
-
Loader needs releasing with TS2.0 and flat packaging - then trickling through the dependant assets.
-
It looks like changes in TS2.0+ prevent a relative sourceMapUrl from being generated despite the adding the `mapRoot` attribute in the `tsconfig.json`. Issue raised with typescript https://github.com/…
-
Since we agreed to drop support for building packages from source, would it make sense to have a feature that allowed linking to local packages? Either through managing `npm link` or some other logic…
-
Noticed this when building https://github.com/dojo/app/pull/74:
```
Running "ts:dev" (ts) task
Compiling...
Using tsc v2.0.3
node_modules/dojo-core/load.d.ts(2,25): error TS2307: Cannot find module '…
-
-
When `getWidget` is called for an `id` that is dynamically created using the `.type` from the associated to the state entry. If `getWidget` is called again (with the same id) before the widget has act…
-
We added the functionality to the grunt-dojo2 to manage the peer dependencies, but the `.travis.yml` still attempts to read the `package.json`.