-
As I work on my backbon-boilerplate apps, I continue to be confused by the difference between `app/main.js` and `app/app.js`.
I know the differences intellectually. When I look at them, it becomes i…
-
Implement this feature based off the `framework` branch. What would be the most helpful to me is to bring in the code and implement it into the template (copy it from `/platformApp/templates/joomla/i…
-
All apps should use [bower](http://twitter.github.com/bower/) for dependency management if this is possible and does not interfere with the framework's best practices or their own dependency managemen…
passy updated
11 years ago
-
The extension mechanism in BF 5 was a step in the right direction (having that on the client-side only) but we should nevertheless look for an even better solution. Web components look promising here.…
-
Right now, the usual way to probe and connect is with `Model.connect` and `Model.probe`. These are essentially wrappers on top of `object.connect_to` and `object.probe` respectively.
The main reason …
-
Hi,
I have quite a large project with lots of script files, I would like to know if it's possible, or if not, could it be added- A method of name spacing AMD modules with XXX prefix to be mapped to a…
-
Firs't I've installe jquery and other stuff like backbone, requirejs, etc.
But when I've tried to install requirejs-text I've got the follwoing error:
```
gas-analyzer-lab$ bower install requirejs-te…
-
Following on from:
- https://twitter.com/kangax/status/191567067437215745
- https://twitter.com/cowboy/status/191568835369910272
I've always wanted TodoMVC to incude a set of integration tests for a…
-
Seeking feedback.
**We want to create a mobile-first scaffolding solution for Yeoman that helps web app developers quickly kickstart projects with sane defaults.**
Some of the problems we felt would…
-
I am using knockout-kendo to data-bind a form with approx. 30 Kendo-UI-widgets and 50 HTML-Only-widgets (text fields etc). The form model is hierarchical (form -> form tab -> fieldset -> formfield wid…