You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert
Node, iOS, Android, HTML5, JavaScriptの話題。ときどきMacやLinux。 Matadorでmochaを使ったテストをやってみます。 Matadorは前回のエントリーでインストールします。 [Node.js] Matador+CoffeeScriptの環境を構築する テストフレームワークにMochaとshouldをインストールします。 $ npm install -g mocha should $ matador init masamune $ mkdir test 次にテストを書いてみます。モデルからやってみます。 Masamune.test.coffee app = require('matador').createApp __dirname + '/../' should = require 'should' describe 'MasamuneM
emacsでcoffeescriptを書く時には下記のcoffee-mode.elを使うのがおすすめ https://github.com/defunkt/coffee-mode デフォルトだとタブ幅がひろいので2に変更したい。.emacsに下記のように記述する。 ※READMEにある通りに書くと改行動作の時にインデントが引き継がれない (defun coffee-custom () "coffee-mode-hook" (and (set (make-local-variable 'tab-width) 2) (set (make-local-variable 'coffee-tab-width) 2)) ) (add-hook 'coffee-mode-hook '(lambda() (coffee-custom)))
Recently, I’ve been doing a considerable amount of CoffeeScript work. One problem I ran into early-on was testing: I didn’t want to manually convert my CoffeeScript to JavaScript before I could test it. Instead, I wanted to test from CoffeeScript directly. How’d I end up doing it? Read on to find out! You’ll need to have Node.js and Node Package Manager installed. Before we continue on, I'll point
I’ve been doing a lot of Titanium Mobile development lately. In my quest of getting more efficient doing it, I think I finally found a sweet spot that allows me to concentrate on implementing features, and not fight with Titanium and CommonJS modules. This is part 1 of this post. I will cover how I use CoffeeScript with Titanium and automate stuff. On part 2 I will talk about how Backbone.js was t
2012年 4月 14日 こんにちは。SNSのプロフィール写真にアホ毛はえてる福山です。 CoffeeScriptの練習環境をEmacsで整えてみました。 ほぼリアルタイムで自分の書いたcoffeeコードがどのようにjsとして展開されるのかがわかります。 node,npm,coffee-script,coffee-mode.elの準備が終わっていることを前提に進めます。 init.elに記述 Emacsの設定ファイルに以下を記述します。 ;; coffee-modeを読み込む (require 'coffee-mode) ;; coffee scriptファイルを開いたとき、coffee-modeをメインモードにする (add-to-list 'auto-mode-alist '("\.coffee$" . coffee-mode)) (add-to-list 'auto-mode-ali
前に書いたJavaScriptの開発環境を整えるついでにCoffeeScriptの環境が整います。 EmacsでJavaScriptの環境を整えたい - はなちん C-x C-c swank-jsの導入 ivan4thさんのswank-jsを使うとEmacsからNodeやブラウザにつないでJavaScriptを実行できます。 JavaScriptならChromeの開発者ツールやFirebugでも出来ますが、やはりEmacs上で出来ると幸せです。(そのまま保存出来るし) 僕はswank-jsにCoffeeScript用の機能をいくつか付け加えました。 GitHubに置いてあるので、そこから導入します。 GitHub - hanachin/swank-js: Swank backend for Node.JS and in-browser JavaScript swank-js導入手順 ほとん
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く