Skip to content

Instantly share code, notes, and snippets.

# set -g default-command "login-shell"
# tmux display things in 256 colors
set -g default-terminal "tmux-256color-italic"
set -g history-limit 20000
# automatically renumber tmux windows
set -g renumber-windows on
# unbind default prefix and set it to Ctrl+a
2016-11-11 15:42:20,016 [49837044] ERROR - mpl.search.PsiSearchHelperImpl - WebStorm 2016.3 Build #WS-163.7743.13
2016-11-11 15:42:20,016 [49837044] ERROR - mpl.search.PsiSearchHelperImpl - JDK: 1.8.0_112-release
2016-11-11 15:42:20,016 [49837044] ERROR - mpl.search.PsiSearchHelperImpl - VM: OpenJDK 64-Bit Server VM
2016-11-11 15:42:20,016 [49837044] ERROR - mpl.search.PsiSearchHelperImpl - Vendor: JetBrains s.r.o
2016-11-11 15:42:20,016 [49837044] ERROR - mpl.search.PsiSearchHelperImpl - OS: Mac OS X
2016-11-11 15:42:20,016 [49837044] ERROR - mpl.search.PsiSearchHelperImpl - Last Action: SaveAll
2016-11-11 15:42:46,827 [49863855] ERROR - mpl.search.PsiSearchHelperImpl - Stub and PSI element type mismatch in sub-nav.jsx: stub JSAssignmentExpressionStubImpl, AST JS:TYPESCRIPT_TYPE_ALIAS; Element(JS:TYPESCRIPT_TYPE_ALIAS)
file=JSFile:sub-nav.jsx, file.class=class com.intellij.lang.javascript.psi.impl.JSFileImpl, file.lang=Language: Flow JS, modStamp=0
stub debugInfo=created in getStubTree(), no
@tonypizzicato
tonypizzicato / gist:98f989d7acd64bfaa654
Created September 9, 2015 08:39
gulp browserify with update time
gulp.task('browserify', function () {
var bundler = browserify({
entries: [path.JS_MAIN],
transform: [[babelify]],
debug: true,
cache: {},
packageCache: {},
fullPaths: true
});