Opened 9 years ago
Closed 9 years ago
#14398 closed defect (fixed)
[regression] dojo.js 1.7.0 standalone lacks a query engine
Reported by: | Kenneth G. Franqueiro | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | 1.7.1 |
Component: | General | Version: | 1.7.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
On the DTK download page at http://dojotoolkit.org/download/ we advertise "Dojo Base" as being downloadable and usable standalone. The problem is, it actually isn't usable standalone anymore, at least in legacy cases, because acme.js is no longer built in, and naturally will 404 when requested. Baseless dojo will still work, but no selector engine will be available for the dojo/query module.
Anyone have any thoughts on how we can resolve this? Should we generate a special version of dojo.js with acme baked in for this purpose (sort of like we did to resolve that particular issue for CDN 1.7.0)?
Not sure who to assign this to, as I'm not sure what component it really even falls under.
Change History (2)
comment:1 Changed 9 years ago by
comment:2 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Pete and Bill seem to be in support of the idea of adding
selectorEngine: "acme"
or the like to standard.profile.js so that the standard build always bundles acme inside dojo.js. This would resolve this as well as the CDN issue which was previously resolved by addingselectorEngine=acme
to the command-line build flags.It would actually appear this question has been asked in some form in http://bugs.dojotoolkit.org/ticket/13183#comment:15