[jQuery] Re: Large Project Management

2007-09-23 Thread Joan Piedra
Hello sgrover, I've found I can use the jsmin php script and compress all the plugins in a single file, then link this .php file in the as a script. It works really great, you could add some gzip compression and mod_rewrite to map it as a .js file. Cheers, http://code.google.com/p/jsmin-php/

[jQuery] Re: Large Project Management

2007-09-23 Thread muccy
I'm developing an app in this way: index.html images/ |_ ... |_ ... pagedepot/ |_ where I store page which I load through AJAX |_ ... js/ |_ where I store jquery, plugins and myapp.js (which uses *module pattern* to organize better my namespace) |_ ... css/ |_ ... |_ ... On Sep 22, 5:41