This file contains 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
~/Projects/es6-transpile$ npm i [email protected] --loglevel=verbose | |
npm info it worked if it ends with ok | |
npm verb cli [ '/usr/local/Cellar/node/0.10.21/bin/node', | |
npm verb cli '/usr/local/bin/npm', | |
npm verb cli 'i', | |
npm verb cli '[email protected]', | |
npm verb cli '--loglevel=verbose' ] | |
npm info using [email protected] | |
npm info using [email protected] | |
npm verb cache add [ '[email protected]', null ] |
This file contains 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
#!/usr/bin/env sh | |
## | |
# This is script with usefull tips taken from: | |
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx | |
# | |
# install it: | |
# curl -sL https://raw.github.com/gist/2338577/hack.sh | sh | |
# |
This file contains 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
!!! 5 | |
html(class='no-js') | |
head | |
meta(charset='utf-8') | |
meta(http-equiv='X-UA-Compatible', content='IE=edge') | |
title | |
meta(name='description', content='') | |
meta(name='viewport', content='width=device-width, initial-scale=1') |
NewerOlder