aboutsummaryrefslogtreecommitdiffstats
path: root/web/gulpfile.js
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2014-09-18 00:01:45 +0200
committerMaximilian Hils <git@maximilianhils.com>2014-09-18 00:01:45 +0200
commit6a161be6b4c526fcc5f6581c7faff00a2c976f37 (patch)
tree6b99c30538a57e096c4fd01a923fc8542e90e6e4 /web/gulpfile.js
parentb99de36b24e4687e35069fbfa18727519f23ea35 (diff)
downloadmitmproxy-6a161be6b4c526fcc5f6581c7faff00a2c976f37.tar.gz
mitmproxy-6a161be6b4c526fcc5f6581c7faff00a2c976f37.tar.bz2
mitmproxy-6a161be6b4c526fcc5f6581c7faff00a2c976f37.zip
.jsx -> .jsx.js
Rename jsx files to be compatible with Chrome Dev Tools and Workspace Mapping.
Diffstat (limited to 'web/gulpfile.js')
-rw-r--r--web/gulpfile.js10
1 files changed, 5 insertions, 5 deletions
diff --git a/web/gulpfile.js b/web/gulpfile.js
index 66554051..6b1758d5 100644
--- a/web/gulpfile.js
+++ b/web/gulpfile.js
@@ -41,11 +41,11 @@ var path = {
'js/stores/eventlogstore.js',
'js/stores/flowstore.js',
'js/connection.js',
- 'js/components/header.jsx',
- 'js/components/flowtable.jsx',
- 'js/components/eventlog.jsx',
- 'js/components/footer.jsx',
- 'js/components/proxyapp.jsx',
+ 'js/components/header.jsx.js',
+ 'js/components/flowtable.jsx.js',
+ 'js/components/eventlog.jsx.js',
+ 'js/components/footer.jsx.js',
+ 'js/components/proxyapp.jsx.js',
'js/app.js',
],
},