Quantcast
Channel: JavaScriptMVC Forum
Browsing all 3491 articles
Browse latest View live

Re : config of new steal

You need an ! to load extension in the new Steal. import template from 'template.mustache!'; The jquery/jquery exception is because CanJS is loading jquery/jquery.  So you want to set your paths for...

View Article



Re : Right grunt steal plugin for steal part of JMVC 3.3?

You can try grunt-steal but I doubt it is being maintained. grunt-steal-node is not for the new StealJS, it was for a previous port to Node that not too many people adopted. 

View Article

Re : Right grunt steal plugin for steal part of JMVC 3.3?

Alright, so which one is recommended for use with JMVC3.3's steal? Between grunt-steal which is probably not maintained now and grunt-steal-node?

View Article

Re : Setting up new StealJS for the first time

Well. I have got an issue now within dev.js. I am not familiar with git. where should I post it, here or within in git/issues? btw: it is in dev.js, when I insert console.log(System.logLevel) after...

View Article

Re : config of new steal

thx, that works. there is one error following up when I try to build the app. my init.js looky like steal('can', './init.mustache!', function(can, Initview){ return can.Control(     {         defaults...

View Article


Re : Setting up new StealJS for the first time

posting it in steal's issues is the best place.  But I'm not sure what the error is exactly.  Can you give more context  / explanation in the issue?

View Article

Re : config of new steal

are you using the system-steal-domless branch?

View Article

Re : config of new steal

I installed it with bower install https://github.com/bitovi/canjs.git#system-steal-domless so I think it is the right one.

View Article


Image may be NSFW.
Clik here to view.

Facebook like button not works correctly in CanJS(single page) web application.

I wanted to put like button in my web application. Then I followed facebook Like button page. https://developers.facebook.com/docs/plugins/like-button At the first time, the Like button not showed up...

View Article


Re : Setting up new StealJS for the first time

did it

View Article

Two-level controls+views and live binding?

Hello I'm exploring with CanJS controls, views and live binding. I want to create a two-level control structure where I have one ItemsController that holds multiple ItemController inside: Here are my...

View Article

error in production.js

Hi,After using steal.build i get a production.js and production.css. But when running the code using these production files i am getting the following error:  JavaScript runtime error: Unable to get...

View Article

Re : error in production.js

UPDATE:Once the steal.production.js loads, it loads the production.js. At this point i would expect no other script should be loaded. But its still trying to load 'can/util/util.js' where the jQuery...

View Article


StealJs: problem loading css

There is a problem with standard steal bundle: when for the first time site is opened JS maybe loaded faster then CSS and thus application may start to initialize and render without CSS ready, that...

View Article

Re : StealJs: problem loading css

2) is documented on stealjs.com Sent from my iPhone On Aug 18, 2014, at 6:15 AM, JavaScriptMVC Forum <noreply@zohodiscussions.com> wrote:

View Article


Re : error in production.js

UPDATE:After some more looking around i tried to compare the production.js from contacts sample (https://github.com/bitovi/contacts)  with my application. You would not that before...

View Article

Re : config of new steal

bringing this up. Noone else with this problem?

View Article


StealJs: default inclusion of different files for development and build

I have three tasks for steal workflow: 1) I have a module say 'core/debug' that I want to be loaded prior ANY application in development mode. 2) I do not want core/debug to included in build process....

View Article

Re : StealJs: default inclusion of different files for development and build

Import it in stealconfig Sent from my iPhone On Aug 19, 2014, at 7:27 AM, JavaScriptMVC Forum <noreply@zohodiscussions.com> wrote:

View Article

Re : StealJs: default inclusion of different files for development and build

I didn't really get you, could you please elaborate what should I do in stealconfig in terms of my modules 'core/debug' and 'core/only-build' ? 

View Article
Browsing all 3491 articles
Browse latest View live


Latest Images