Hi again Utz,
uuh wrote: > So with :bundle-dependency-types (:stylesheet) it avoids bundling > scripts, but > still feeds the vzn/-versions of things. You also need to set :version-dependency-types. Compression shouldn't be a problem. >> After that we can take a look at selectively disabling certain >> files. > > This apparently breaks in bundle-dependency, where cl:find is used to > check for > :script and :stylesheet, and then feeds a hard-coded (and non-keyword) > arg to bundle-some-dependencies. > I think we should change bundle-some-dependencies to expect :script > and :stylesheet as symbols > instead of weblocks::stylesheet-dependency and weblocks::script- > dependency, and simplify > bundle-dependency to > (loop :for dep-type :in bundle-types > :do (setf dependency-list (bundle-some-dependencies dependency- > list dep-type > :bundle- > folder bundle-folder))) Thanks for the analysis. Would you like to prepare a patch against upstream in the near future? If not then I'm going to make those changes. >> > 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. >> >> Care to submit a patch for this? > > Not this week :) I also need to know about your short-term plans for this so I can arrange my own work. Leslie --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
