Using Yeoman default yo webapp
Running "mocha:all" (mocha) task
Testing index.html
Running PhantomJS...ERROR
Warning: PhantomJS not found. Use --force to continue.
$ npm cache clean
| console.log("%c %s", "color:white;background:gray;font-size:12px",a); |
| git push origin :remotebranchtodelete |
| <a href="#" data-track='{"category":"categoryName", "action":"click", "label":"labelName"}'> | |
| TrackingManager.prototype._standardGaq = function(o) { | |
| return _gaq.push(['_trackEvent', o.category, o.action, o.label]); | |
| }; |
Using Yeoman default yo webapp
Running "mocha:all" (mocha) task
Testing index.html
Running PhantomJS...ERROR
Warning: PhantomJS not found. Use --force to continue.
$ npm cache clean
| # RBENV {{{ | |
| if which rbenv > /dev/null; then eval "$(rbenv init - zsh)"; fi | |
| # }}} |
| function chpwd() { | |
| emulate -L zsh | |
| clear | |
| echo $PWD | |
| ls -H | |
| } |
| compass_config do |config| | |
| config.output_style = :expanded | |
| config.line_comments = false | |
| end | |
http://mxcl.github.com/homebrew/
brew install tree
brew install ack
brew install wget
via: https://github.com/humiaozuzu/dot-vimrc
For syntax check tools:
| Languages | Lint Tools | Install guide |
|---|---|---|
| C | gcc | built-in |
| CPP | g++ | built-in |
| CoffeeScript | coffee | npm install -g coffeelint |
| CSS | csslint | npm install -g csslint |
| git config --global color.ui true |