Custom Query (18300 matches)
Results (61 - 63 of 18300)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#83 | fixed | Add versioning: dojo.version | ||
Description |
We need to have a dojo.version = { major: 0, minor: 1, patch: 0, revision: "repoRevision", toString: function() { var v = dojo.version; return v.major + "." + v.minor + "." + v.patch + " rev" + v.revision; } } |
|||
#84 | fixed | Build should generate a file denoting what packages it built | ||
Description |
It'd be nice to have build.txt made so you can quickly see which packages were built in. I assume you'd just list one package per line according to the provide() statements. |
|||
#87 | fixed | Migrate to require and provide | ||
Description |
We need to do this before release! |
Note: See TracQuery
for help on using queries.