[Dojo-checkins] [Dojo Toolkit] #14262: [regression] built layer doesn't include everything
Dojo Trac
trac at dojotoolkit.org
Mon Nov 14 14:08:57 EST 2011
#14262: [regression] built layer doesn't include everything
-------------------------+--------------------
Reporter: dante | Owner: rcgill
Type: defect | Status: new
Priority: normal | Milestone: 1.7.1
Component: BuildSystem | Version: 1.6.1
Severity: normal | Keywords:
-------------------------+--------------------
Prior to Dojo 1.7, building a "layer" using the layer as a dependency of
itself would cause the one "layer" file to include every non-base-dojo
module required. After 1.7 this is no longer the case.
Attached is a simple namespace showing the issue. Before a build, dojo.js
is loaded and many many many modules are loaded. After a build, dojo.js is
larger, layer.js has some resources included, but a good portion of
dijit/_base appears to be left out.
Run the included build.sh for profile settings and whatnot. manually
adjusting the simpletest.html to point to a dojo.js or
release/trunk/dojo.js is all that is required.
You can ignore the attempt at triggering another bug regarding _Templated
not coming in, it is from another bug I am trying to reproduce as well.
--
Ticket URL: <http://bugs.dojotoolkit.org/ticket/14262>
Dojo Toolkit <http://dojotoolkit.org>
The Dojo Toolkit
More information about the Dojo-checkins
mailing list