On Mar 6, 9:24 am, James Morrin <[email protected]> wrote: > I've work with a GWT project and one of the features that I really like > about the project is the way they handle sprites. You can reference an image > asset object through out your application and at compile time it will create > a sprite map and css automatically. I would love to find a tool like that > for regular javascript programming. > > We really need a "Rails" for javascript applications that bakes in all of > these features :)
It would be great to have an environment that takes care of all these things like building files, testing, etc. In another thread, Fernando Trasvina gave an glimpse into his development with Jammit. I looked at Jammit in more detail and it has features worth drooling over. http://documentcloud.github.com/jammit/ It seems the Jammit folks have decided to go away from sprites in favor of data uris. This is an interesting choice. I think something like Jammit but not tied to Rails in particular is what I'm after. Peter -- To view archived discussions from the original JSMentors Mailman list: http://www.mail-archive.com/[email protected]/ To search via a non-Google archive, visit here: http://www.mail-archive.com/[email protected]/ To unsubscribe from this group, send email to [email protected]
