Skip to content

Commit

Permalink
application csses added to default.hbs
Browse files Browse the repository at this point in the history
  • Loading branch information
vdvibhu20 committed Sep 2, 2019
1 parent d48cd5e commit 8fb427c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 4 additions & 0 deletions examples/views/layouts/default.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
<html>
<head>
<link href="stylesheets/style.css" rel="stylesheet">
<link href="stylesheets/account.css" rel="stylesheet">
<link href="stylesheets/dukaan.css" rel="stylesheet">
<link href="stylesheets/hb.css" rel="stylesheet">
<link href="stylesheets/online-cb.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Nunito+Sans:400,600,700,800" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.10/css/all.css" integrity="sha384-+d0P83n9kaQMCwj8F4RJB66tzIwOKmrdb46+porD/OvrJ+37WqIM7UoBtwHO6Nlg" crossorigin="anonymous">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
Expand Down
4 changes: 1 addition & 3 deletions gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,7 @@ module.exports = function (grunt) {
grunt.initConfig({
sass: {
dist: {
files: {
'examples/public/stylesheets/style.css': 'sass/styles/applications/hb/app.scss'
}
files: getAppScssFiles()
}
},
hbs: {
Expand Down

0 comments on commit 8fb427c

Please sign in to comment.