brandonaaron / jquery-cssHooks

Collection of cssHooks that work with jQuery 1.4.3+
Other
478 stars 80 forks source link

UMD wrapper and directory structure #42

Closed brandonaaron closed 10 years ago

brandonaaron commented 10 years ago

I'm proposing we re-organize this project a little (and maybe breathe some new life into it).

For unit tests we could throw it in as a top-level directory or we could add a tests file to each individual hook and use a grunt task to tie it all together. I kinda like the idea of having the unit tests sit right next to the hook for this particular project but not sure I like the potential build step.

Could utilize grunt with a build task to create custom builds with the desired hooks.

brandonaaron commented 10 years ago

I pushed a reorg branch that starts down this path...