aboutsummaryrefslogtreecommitdiffstats
path: root/web/src/vendor/react-router/scripts/build
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2014-09-13 16:28:45 +0200
committerMaximilian Hils <git@maximilianhils.com>2014-09-13 16:28:45 +0200
commitb59234e25db8418cd53795ce94dda943e54f8ac1 (patch)
tree0fae4d0f0fba8330327a834f0ff2b1ce733fc002 /web/src/vendor/react-router/scripts/build
parent2842f25b82799315c36a81564619cb5467bff61f (diff)
downloadmitmproxy-b59234e25db8418cd53795ce94dda943e54f8ac1.tar.gz
mitmproxy-b59234e25db8418cd53795ce94dda943e54f8ac1.tar.bz2
mitmproxy-b59234e25db8418cd53795ce94dda943e54f8ac1.zip
use bowser-installer
Diffstat (limited to 'web/src/vendor/react-router/scripts/build')
-rwxr-xr-xweb/src/vendor/react-router/scripts/build4
1 files changed, 0 insertions, 4 deletions
diff --git a/web/src/vendor/react-router/scripts/build b/web/src/vendor/react-router/scripts/build
deleted file mode 100755
index 6ab34e2b..00000000
--- a/web/src/vendor/react-router/scripts/build
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-mkdir -p dist
-NODE_ENV=production node_modules/.bin/browserify modules/index.js -t browserify-shim -t envify --detect-globals false -s ReactRouter > dist/react-router.js
-node_modules/.bin/uglifyjs dist/react-router.js --compress warnings=false > dist/react-router.min.js