Sass/Compass入門 - Download as a PDF or view online for free
7. Jasmine / Spec //# ContaSpec.js # describe('Conta', function(){ it("deve realizar saques", function(){ var conta = new Conta({saldo:1000}); conta.saca(300) expect(conta.saldo()).toEqual(300); }); }); Saturday, May 14, 2011 8. Jasmine / Spec //# ContaSpec.js # describe('Conta', function(){ Suite it("deve realizar saques", function(){ var conta = new Conta({saldo:1000}); conta.saca(300) expect(co
I’ve been working on a new open-source project lately. To be honest, I’ve been so busy coding that I haven’t had time to write about it, but since everyone at Bocoup got together the other day and told me I had to write a blog post—apparently they’re pretty excited—I’d like to introduce grunt. What is grunt? Grunt is a task-based command line build tool for JavaScript projects. Why did I create gr
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く