Skip to content

Instantly share code, notes, and snippets.

View sanderboom's full-sized avatar

Sander Boom sanderboom

  • inflowmotion
  • Amsterdam, NL
View GitHub Profile

browserify for webpack users

There's been a strange explosion in misinformation about browserify recently, particularly in comparisons to webpack.

Generally speaking, most of this confusion stems from how webpack is more willing to pull features into its core to ease discoverability while browserify is more likely to push features out to userland instead.

I think that longer-term, separability has more benefits from a maintenance and

@sanderboom
sanderboom / PKGBUILD
Created June 13, 2014 11:39
Arch linux updated PKGBUILD for insync-caja
# Maintainer: Zhengyu Xu <xzy3186@gmail.com>
pkgname=insync-caja
pkgver=1.0.29
pkgrel=2
pkgdesc="Caja integration for insync"
url="https://support.insynchq.com/forums/discussion/2789/new-insync-version-1-0-29/p1"
license=('custom:insync')
options=(!strip)
arch=('any')
@sanderboom
sanderboom / PKGBUILD
Created June 13, 2014 11:32
Arch linux updated PKGBUILD for insync
# Maintainer: Zhengyu Xu <xzy3186@gmail.com>
pkgname=insync
pkgver=1.0.29
pkgrel=2
pkgdesc="An unofficial Google Drive client that runs on Linux, with support for various desktops"
url="https://support.insynchq.com/forums/discussion/2789/new-insync-version-1-0-29/p1"
license=('custom:insync')
options=(!strip)