I am trying to reproduce some basic functions of the Todos example. After reading spinejs.com, many articles, and having made several attempts and not straying, I need to ask and get help here. I would like this to be clearer, and I would also like to help others. I am on Windows7 and I am using spine.app to create my application, controllers, models - also using jQuery.tmpl I am using CS, but new to this.
I'm not quite sure where I need to use require (if at all) - I use the modules.exports = .... command for all M, C so index.coffee should be able to find, I suppose Maybe it's not - I I see, although the controllers / contacts used the modules.exports operator, the index was still used.
Is index.coffee just special? I see that Contacts uses Contacts without any requirements.
I saw how the main.App Controller is created from CS, like in Todos or in the jQuery () script in html, like in Contacts.
I assume that you should either -build it all and enable application.js OR -use the jQuery () function to create the application through javascript.
If this compiles, will it be in public / application.js ??
I get an unpleasant parsing error, and yes, I know that you should always use spaces (no tabs)
Which, aside, I get a hang on the first line required ('Library / customization')
Will I need Cygwin stuff? I can get it if that helps.
and I saw google groups, guillaume86 comments, input and CS irc feed.
I'm not sure that I have a (date) version of the edge, but I tried minify: false, option, and a few other things to try to debug this.
The good news: I'm pretty stubborn and get it if I can help a bit here. Still to come, but I'm going to close at this moment.
Thanks in advance for your suggestions.