moovweb / tritium

Tritium is a magical document modifying language. It's JavaScript-like and simple to learn. Think XSLT without the nightmare. It was designed by Hampton Catlin (@hcatlin), and has been heavily influenced by Aaron Leung (@akhleung).
http://tritium.io
Mozilla Public License 2.0
33 stars 7 forks source link

using new tritium master package instead of libxml for packaging #32

Closed mdayaram closed 11 years ago

mdayaram commented 11 years ago

This allows for packages to depend on libxml without breaking the dependency graph. The tritium package has no functions, natives, or spec, it is merely a compilation of the packages that will go into the tritium root engine.

Ambrosia mixer's have to change their dependency from libxml to the tritium package, this is done in this PR: https://github.com/moovweb/ambrosia/pull/9