diff options
Diffstat (limited to 'web/gulpfile.js')
-rw-r--r-- | web/gulpfile.js | 3 |
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/*" |