Dear Chris,
I got and tested your patch. Expected path is now resolved. but I
think there's a typo in your code at end of the line 3611 of
jquery.claypool.1.2.8.js ( 'x' character). Claypool first throw an
undefined variable error at the specified line, but worked after
removing that character.
And about merging claypool environment files: I've a core
environments.js, and app1 environments.js which are both attached to
the index.html. To have both environments merged into the final
portal, my files are as below:
core/app/configs/environments.js:
(function($){
$.env({
automap: {
"": "defaults"
},
defaults:{
version:'0.1',
debug: true,
}
});
})(jQuery);
app1/app/configs/environments.js:
(function($){
$.env({
prod: {
client: {
debug: false,
pageLimit:10,
validatorSuffix:"Validator",
treeTheme:"apple"
}
}
});
$.env( "defaults", "prod.client" );
})(jQuery);
On May 9, 7:42 pm, chris thatcher <
thatcher.christop...@gmail.com>
wrote:
> Ok, got this patch pushed out to trunk and tagged as 1.2.8. Thanks for the
> feedback!!
>
> Thatcher
>
> On Sat, May 7, 2011 at 9:27 PM, chris thatcher <
>
>
>
>
>
>
>
>
>
>
thatcher.christop...@gmail.com> wrote:
> > I am interested in what appraoches you've taken because we are still
> > working at it finding the best solution. Sorry I didnt post the patches
> > yet, I've got two new web site projects I work on being released by the
> > Library this month and my schedule has been crazy. I have some mothers day
> > events tomorrow but I will absolutely get these patches out.
>
> > Thatcher
>