-
Screencasts
-
Seattle Ember.js sessions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require('static/script/vendor/filtersortpage.js'); | |
require('static/script/app/person.js'); | |
describe ("Pagination Tests", function(){ | |
var sut, models, first, second, third; | |
beforeEach(function(){ | |
first = Ember.Object.create({id: 1, username: 'first'}); | |
second = Ember.Object.create({id: 2, username: 'second'}); |
Description: Setup GitHub Pages "gh-pages" branch and "master" branch as subfolders of a parent project folder ("grandmaster").
Author: Chris Jacob @_chrisjacob
Tutorial (Gist): https://gist.github.com/833223
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"cmd": ["grunt", "develop"], | |
"selector": ["source.js", "source.less", "source.json"], | |
"path": "/usr/bin" | |
} |
NewerOlder