ok rules for wrapping.

1. include the version of the wrapped js lib in the name of the project/jar 
- so that users can choose which version they want.
2. use a generic namespace to inline the js lib - e.g jquery.inline - not 
jquery-1-7.inline  (allows you to switch versions)
3. do not include any wrapped libs as dependencies in your project.clj file 
- let the user be explicit about which lib the want to depend on in their 
project.clj. (if you don't do this, there will be no end of problems with 
multiple js libs and conflicts in the same page.)




-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to [email protected]
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to