You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the entire plugin is in one large file, but it would be easier to maintain and for potential contributors to wrap their heads around if it was split into many small modules. I'm currently thinking something like:
bacon.jquery.coffee
Re-export public API on `Bacon.$` namespace & monkey-patches Bacon.Observable with ajax
elements/*
One module for each element that has a value function (eg. check-box.js exports checkBoxValue)
ajax.coffee
Exports ajax functions
events.coffee
Exports jQuery event wrappers
The text was updated successfully, but these errors were encountered:
Currently the entire plugin is in one large file, but it would be easier to maintain and for potential contributors to wrap their heads around if it was split into many small modules. I'm currently thinking something like:
The text was updated successfully, but these errors were encountered: