Hi,

I've been working an attempt to bring a packaging system to
javascript, similar to Rubygems et al

Source is here => http://github.com/weepy/bean-server

It's very straight foward. You can include scripts from anywhere like
so :

<script src='http://bean-server/
=jquery,jquery.plugin,myvector,other_stuff'></script>

This will work in a standalone HTML or in your Rails/Django project.

The files (beans) themselves are stored in a repo (I'm using ~/Beans
at the moment) and each file can depend on other files by including
the following comment at the top

//= require <jquery>
//= require <jquery.autocomplete>
//= require "./lib/my_relative_file.js"

This is similar to the Sprockets syntax.

It's working very well for me on my current projects and I wanted to
get some feedback from the community.

Cheers

Jonah


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery Development" group.
To post to this group, send email to jquery-dev@googlegroups.com
To unsubscribe from this group, send email to 
jquery-dev+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/jquery-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to