Add homepage
This commit is contained in:
@@ -25,6 +25,7 @@ var cssSite = [
|
||||
'node_modules/bootstrap/dist/css/bootstrap.min.css',
|
||||
'node_modules/@fortawesome/fontawesome-free/css/all.min.css',
|
||||
'node_modules/animate.css/animate.min.css',
|
||||
'build/css/shadow.css',
|
||||
'build/css/site.css',
|
||||
]
|
||||
|
||||
@@ -274,7 +275,7 @@ module.exports = function(grunt) {
|
||||
expand: true,
|
||||
cwd: 'build/fonts',
|
||||
src: ['**'],
|
||||
dest: 'public/webfonts/'
|
||||
dest: 'public/fonts/'
|
||||
},
|
||||
{
|
||||
expand: true,
|
||||
|
||||
Reference in New Issue
Block a user