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
// this method is currently broken | |
// better use vinyl-source-stream method | |
// http://fettblog.eu/gulp-browserify-multiple-bundles/ | |
const gulp = require('gulp'); | |
const browserify = require('browserify'); | |
const transform = require('vinyl-transform'); | |
const browserSync = require('browser-sync'); | |
const reload = browserSync.reload; | |
const gutil = require('gulp-util'); |
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
Navigation: | |
cmd-p Goto Anything ('@' for functions, ':' for line number) | |
cmd-r Function finder | |
ctl-g Goto line number | |
cmd-sft-p Command palette | |
cmd-sft-f Find in Files | |
cmd-opt-r Toggle regex when finding | |
cmd-opt-# Columns | |
ctr-# Switch columns |