Hi all,

I'm still fighting with my SVG widget, and currently consider dropping
my initial solution in favor of
dojox.gfx-based rendering of the image.

I managed to get my test code running in debug mode, where no bundling
is done. When bundling is
enabled, however, the dojo.js library (added as a :script dependency
to the application) gets bundled,
which confuses its built-in method to load missing pieces (it has a
elisp-like ability to say
(require "dojox.gfx") to load extra bits), because it cannot find
dojox/gfx.js in the vicinity of the
bundle-file's url that was used to load it (that got a vzn prefix
etc).

I looked at application.lisp, noting the documentation of
     bundle-dependency-types
where it says
     "TIPS:You can also prevent files from being bundled, for example,
       '((stylesheet-dependency filepath-1 filepath-2) script-
dependency)"
but cannot make that work (current 0.8.3 version): I tried

:bundle-dependency-types '(:stylesheet-dependency)

which disables all script bundling
and

:bundle-dependency-types '((:script-dependency "my/favorite/ignored/
file.js") :stylesheet-dependency)

which also disables all script bundling (?!)

On the way I noted that the mod-records for versioning are all kept in
the weblocks installation
directory, not in a project-specific location. This took me a while to
figure out when I had removed
some .../vzn/foo.js.gz files and build-dependencies failed hard.

Basically, I want to disable bundling, versioning and compressing for
a specific JS file. Can that be done?

Thanks for any help,

Utz


and it seems that I can disable
but always got a
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"weblocks" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/weblocks?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to