Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
kiran
fsci.org.in
Commits
6bd4920d
Unverified
Commit
6bd4920d
authored
Jul 12, 2017
by
Shrimadhav U K
Browse files
Fix FA issue #1
parent
c2af088e
Changes
2
Hide whitespace changes
Inline
Side-by-side
gulpfile.js
View file @
6bd4920d
...
...
@@ -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
'
,
...
...
package.json
View file @
6bd4920d
...
...
@@ -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
"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment