diff --git a/gulpfile.js b/gulpfile.js index 67e570acd2f1ca1e6a262c0befd6c26553d25fb1..7781e22f8e8ffd7d39501d70030fcdda3f839cfc 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 d9b79d561fa0e13965bf67adc90ea30f5c91dbd6..0564bc5ee8926f31f4a824f445af1e4e10a93306 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",