directory-backbone-bootstrap-require
directory-backbone-bootstrap-require copied to clipboard
There are some error on loading assets ..... [19/Nov/2014 23:47:42] "GET /favicon.ico HTTP/1.1" 404 - [19/Nov/2014 23:47:42] "GET /js/app.js HTTP/1.1" 200 - [19/Nov/2014 23:47:42] "GET /js/app/views/Shell.js HTTP/1.1" 404 - [19/Nov/2014...
Any reason as to why i would get this error?
Hi! FOA let me thank you for that work. I would suggest moving **js/tpl** dir into **/** (root) dir and **/bootstrap** into **js/lib** dir, just for the sake of semantics,...
The .filter() method on the employees array in this block causes an error in IE 8: results = employees.filter(function (element) { return managerId === element.managerId; }); It works fine in...
In router.js: ``` ShellView = require('app/views/Shell'), HomeView = require('app/views/Home'), ``` should be: ``` ShellView = require('app/views/shell'), HomeView = require('app/views/home'), ``` and in app/views/shell.js: ``` EmployeeListView = require('app/views/EmployeeList'), ``` should be:...