aboutsummaryrefslogtreecommitdiffstats
path: root/web/gulpfile.js
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2014-09-13 23:57:01 +0200
committerMaximilian Hils <git@maximilianhils.com>2014-09-13 23:57:01 +0200
commit7b74d207f39e642e5029a4855da47314ce224a33 (patch)
treeb893ea277d1b7d9fa8172df982cbcb6799d75e54 /web/gulpfile.js
parentd2475e6a146534b5e7aaf2cc7b0b9a75e418415e (diff)
downloadmitmproxy-7b74d207f39e642e5029a4855da47314ce224a33.tar.gz
mitmproxy-7b74d207f39e642e5029a4855da47314ce224a33.tar.bz2
mitmproxy-7b74d207f39e642e5029a4855da47314ce224a33.zip
update Gruntfile
Diffstat (limited to 'web/gulpfile.js')
-rw-r--r--web/gulpfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/gulpfile.js b/web/gulpfile.js
index afc4834a..55a99b15 100644
--- a/web/gulpfile.js
+++ b/web/gulpfile.js
@@ -23,7 +23,7 @@ var path = {
'vendor/react-bootstrap/react-bootstrap.js'
],
app: [
- 'js/datastructures.js',
+ 'js/datastructures.es6.js',
'js/footer.react.js',
'js/header.react.js',
'js/mitmproxy.react.js',