Updated for Rails 4.0.0+
-
Set up the
bowergem. -
Follow the Bower instructions and list your dependencies in your
bower.json, e.g.// bower.json
{
Updated for Rails 4.0.0+
Set up the bower gem.
Follow the Bower instructions and list your dependencies in your bower.json, e.g.
// bower.json{
| 原著者: | Adrian Holovaty |
|---|---|
| 原文: | Why I left Heroku, and notes on my new AWS setup |
金曜日、私は Heroku から Amazon Web Services(AWS) を直接使うように Soundslice を移行しました。私はこの変更ができてとても、そうとても嬉しくて、私がどうやったかということと、もし皆さんが同じような立場だったら何故それを検討すべきかということについて広く伝えたいと思います。
| mymodule { | |
| @at-root { | |
| .#{&}-header { ... } | |
| .#{&}-footer { ... } | |
| .#{&}-body { | |
| a { ... } | |
| span { ... } | |
| p { ... } | |
| } | |
| } |
This is Japanese version of On working remotely - wonko.com by @rgrove.
昨日、Yahoo!は今後リモート環境での業務をやめるという新しい方針を社内で発表しました。
[…]
| function! s:dash(...) | |
| let word = len(a:000) == 0 ? input('Dash search: ') : a:1 | |
| call system(printf("open dash://'%s'", word)) | |
| endfunction | |
| command! -nargs=? Dash call <SID>dash(<f-args>) |