Re : can.List has no prototype.sort() ?
Array.prototype.sort works in-place & returns the same array. Try `this.attr("files", sorted.slice(0));` to clone the array.
View ArticleRe : error in production.js
I am still looking for a solution. I would appreciate any help i can get. Thanks
View ArticleRe : error in production.js
Looks like you're using the legacy version of Steal? Have you got a stealconfig.js file, which should look similar to https://github.com/bitovi/legacy-steal/blob/master/stealconfig.js ?
View ArticleCanJS and RequireJS
I'd be really interested to hear from the community regarding experiences in using CanJS with RequireJS. Are there any issues that I should know about? Incompatibilities with CanJS? Is there a plugin...
View ArticleRe : error in production.js
Yes that's what i have. Why is it marked legacy? This is what is included if i download from. http://www.javascriptmvc.com/ (Version 3.3)What am i missing and where do i get the latest version of...
View ArticleRe : error in production.js
That is the most recent version of JMVC, unfortunately. But you can upgrade individual parts, including Steal. If you have a couple of hours, upgrade to the current Steal is very easy. See on...
View ArticleRe : error in production.js
I will try upgrading to it. But i still wonder people who are using the steal version 3.3, how are they using build commands properly? Thanks for your advice. I will try upgrading to latest steal.
View ArticleRe : CanJS and RequireJS
New steal is not working with current version of canjs (even minor version). I'm I wrong? https://github.com/bitovi/canjs/pull/1210
View ArticleRe : CanJS and RequireJS
@matthew I have tried to migrate a project to the new StealJS. It's somewhat running but despite putting a lot of time into getting it to work, I've still got too many problems to be happy with it....
View ArticleRe : CanJS and RequireJS
- there is no multi-build for requirejs. - there's no direct mustache plugin for requirejs Also, I will be returning to StealJS full time after getting out a node rough-cut DocumentJS that is good...
View ArticleRe : CanJS and RequireJS
And, if you are having troubles with: https://github.com/bitovi/steal/issues/243 I believe SystemJS supports some form of AMD that uses plain-ole script injection. If not, it's probably pretty easy to...
View ArticleRe : config of new steal
Bringing this up: After working with my backend, I tried to update CanJS. grunt build produces the same errors. I did try the minor branch and the system-steal-domless branch. Is there an issue I do...
View ArticleIs there a way to use CanJS 2.1.3 with StealJS 0.3.0
When I try to use them, I have error in my browser error TypeError {stack: (...), message: "undefined is not a function"} TypeError: undefined is not a function at Function.can.extend.register...
View ArticleHaven't you thought about using google groups for forum!
Huh. It may sound strange but haven't you thought to use google groups for forums? Zoho sucks, event login process sucks. Google groups are conventional for developers.
View ArticleRe : CanJS and RequireJS
I wanted too put some critics on new steal. 1) It's quite hard to get started, I've send some people to try, but after examining stealjs.com docs, all said that its a mess, some tried, but failed to...
View ArticleRe : CanJS and RequireJS
What is not straightforward in the documentation?What conventions are strange? What is inflexible?There are a lot of assertions without actually identifying problems. Sent from my iPhoneOn Sep 26,...
View Article