Carysta application with the default language file: http://carysta.herokuapp.com
Original language file: dictionary.js
Translation file: dictionary.js
Application with translation file: http://carysta.herokuapp.com
Carysta application with the default language file: http://carysta.herokuapp.com
Original language file: dictionary.js
Translation file: dictionary.js
Application with translation file: http://carysta.herokuapp.com
Use pump instead of pipe.
a.pipe(b).pipe(c).on('error', callback);Error not handled for stream a and b.
var pump = require('pump');| function get_cache_dir() { | |
| local cache_id=$(cat package.json | grep '"name"' | sed 's/"name"//; s/[^"]*"//; s/"[^"]*//') | |
| if [ "$cache_id" == "" ]; then | |
| cache_id=__misc__ | |
| fi | |
| echo "/tmp/npm-cache/$cache_id" | |
| } |