aboutsummaryrefslogtreecommitdiffstats
path: root/web/gulpfile.js
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2014-12-30 22:02:55 +1300
committerAldo Cortesi <aldo@nullcube.com>2014-12-30 22:02:55 +1300
commitb847faf37f53111ca6bd435e4374b3bbbe4a8c28 (patch)
tree7e10bf7a15d64d3c35c58217931c452f775155e3 /web/gulpfile.js
parentbc8687deb5f0f9273fc771e79b070f3b49e39fed (diff)
downloadmitmproxy-b847faf37f53111ca6bd435e4374b3bbbe4a8c28.tar.gz
mitmproxy-b847faf37f53111ca6bd435e4374b3bbbe4a8c28.tar.bz2
mitmproxy-b847faf37f53111ca6bd435e4374b3bbbe4a8c28.zip
Fix fonts, stylesheets, add much more flexible bootstrap over-rides.
Diffstat (limited to 'web/gulpfile.js')
-rw-r--r--web/gulpfile.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/web/gulpfile.js b/web/gulpfile.js
index 60f0f1b7..65766d66 100644
--- a/web/gulpfile.js
+++ b/web/gulpfile.js
@@ -54,8 +54,7 @@ var CONF = {
app: ["src/css/app.less"]
},
copy: [
- "src/examples/**",
- "src/fonts/**",
+ "src/images/**",
],
templates: [
"src/templates/*"