From 6bd4920d8830229f473f4d55d6b34a2dac91516f Mon Sep 17 00:00:00 2001
From: Shrimadhav U K <shrimadhavuk@gmail.com>
Date: Wed, 12 Jul 2017 22:39:50 +0530
Subject: [PATCH] Fix FA issue #1

---
 gulpfile.js  | 2 +-
 package.json | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gulpfile.js b/gulpfile.js
index 67e570a..7781e22 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -133,7 +133,7 @@ gulp.task('pughtml', function() {
 gulp.task('cssmin', function() {
   gulp.src([
       'node_modules/bootstrap/dist/css/bootstrap.min.css',
-      //'node_modules/font-awesome/css/font-awesome.min.css',
+      'node_modules/font-awesome/css/font-awesome.min.css',
       //'node_modules/normalize.css/normalize.css',
       'node_modules/leaflet/dist/leaflet.css',
       'node_modules/bootcards/dist/css/bootcards-desktop.min.css',
diff --git a/package.json b/package.json
index d9b79d5..0564bc5 100644
--- a/package.json
+++ b/package.json
@@ -32,7 +32,7 @@
   },
   "dependencies": {
     "Respond.js": "git+https://github.com/scottjehl/Respond.git#1.4.0",
-    "bootcards": "^1.1.2",
+    "bootcards": "git+https://github.com/bootcards/bootcards.git",
     "bootstrap": "^3.3.7",
     "font-awesome": "^4.7.0",
     "html5shiv": "^3.7.0",
-- 
GitLab