aboutsummaryrefslogtreecommitdiffstats
path: root/web/src/vendor/react-router/scripts/build-examples
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-examples
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-examples')
-rwxr-xr-xweb/src/vendor/react-router/scripts/build-examples18
1 files changed, 0 insertions, 18 deletions
diff --git a/web/src/vendor/react-router/scripts/build-examples b/web/src/vendor/react-router/scripts/build-examples
deleted file mode 100755
index 122b5471..00000000
--- a/web/src/vendor/react-router/scripts/build-examples
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/bin/sh
-BROWSERIFY="node_modules/.bin/browserify --debug --detect-globals false"
-BUNDLE_EXAMPLE="$BROWSERIFY -t reactify -x react -x react/lib/ReactCSSTransitionGroup -x when -x react-router"
-
-NODE_ENV=development $BROWSERIFY -t envify -r react -r react/lib/ReactCSSTransitionGroup -r when -r ./modules:react-router > examples/global-bundle.js
-
-$BUNDLE_EXAMPLE examples/animations/app.js > examples/animations/app-bundle.js
-$BUNDLE_EXAMPLE examples/auth-flow/app.js > examples/auth-flow/app-bundle.js
-$BUNDLE_EXAMPLE examples/data-flow/app.js > examples/data-flow/app-bundle.js
-$BUNDLE_EXAMPLE examples/dynamic-segments/app.js > examples/dynamic-segments/app-bundle.js
-$BUNDLE_EXAMPLE examples/master-detail/app.js > examples/master-detail/app-bundle.js
-# $BUNDLE_EXAMPLE examples/partial-app-loading/app.js > examples/partial-app-loading/app-bundle.js
-# $BUNDLE_EXAMPLE examples/partial-app-loading/dashboard.js > examples/partial-app-loading/dashboard-bundle.js
-# $BUNDLE_EXAMPLE examples/partial-app-loading/inbox.js > examples/partial-app-loading/inbox-bundle.js
-$BUNDLE_EXAMPLE examples/query-params/app.js > examples/query-params/app-bundle.js
-$BUNDLE_EXAMPLE examples/shared-root/app.js > examples/shared-root/app-bundle.js
-$BUNDLE_EXAMPLE examples/simple-master-detail/app.js > examples/simple-master-detail/app-bundle.js
-$BUNDLE_EXAMPLE examples/transitions/app.js > examples/transitions/app-bundle.js