lift / framework

Lift Framework
http://liftweb.net
Apache License 2.0
1.27k stars 275 forks source link

Extract the javascript framework specifics into their own modules #446

Open dlouwers opened 14 years ago

dlouwers commented 14 years ago

Extract the javascript framework specifics (jQuery, YUI, Ext-Core) out of the Lift-Webkit project into their own modules.

Marius suggested the following structure:

/lift-base
  /lift-js
    /lift-jquery
    /lift-yui
    /lift-ext

Both the javascript resources and the JsArtifacts implementations will be moved to their own module. This includes the jQuery specific JsJqCmds.scala and JqSHtml.scala. Package names will be preserved so that nothing breaks.

github-importer commented 12 years ago

Imported from Assembla: http://www.assembla.com/spaces/liftweb/tickets/446