From 4c2e9ee8706d6b08a8fd1f24a586cfabe662e808 Mon Sep 17 00:00:00 2001 From: Antonino Parisi Date: Sun, 1 Mar 2015 19:43:51 +0000 Subject: [PATCH] Update bower.json for auto package inclusion. Update bower.json for auto package inclusion through the 'main-bower-files' plugin of gulp.js --- bower.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/bower.json b/bower.json index 05ff346..a73709f 100755 --- a/bower.json +++ b/bower.json @@ -14,13 +14,10 @@ "./css/weather-icons.css", "./css/weather-icons.min.css", "./weather-icons/weather-icons.less", - "./dist/font/weathericons-regular-webfont.eot", - "./dist/font/weathericons-regular-webfont.svg", - "./dist/font/weathericons-regular-webfont.ttf", - "./dist/font/weathericons-regular-webfont.woff" + "./fonts/*" ], "ignore": [ "cheatsheet/", "reference/" ] -} \ No newline at end of file +}