Skip to content
Snippets Groups Projects
Unverified Commit 6bd4920d authored by Shrimadhav U K's avatar Shrimadhav U K
Browse files

Fix FA issue #1

parent c2af088e
Branches master
No related merge requests found
......@@ -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',
......
......@@ -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",
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment