Moving generated css to a css folder and changing all routes related with fonts due to this change
This commit is contained in:
parent
a613fa900a
commit
78ebf3d9a9
@ -3,11 +3,11 @@
|
|||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'CartoIcon';
|
font-family: 'CartoIcon';
|
||||||
src: url('fonts/cartoIcon.eot');
|
src: url('../fonts/cartoIcon.eot');
|
||||||
src: url('fonts/cartoIcon.eot?#iefix') format('embedded-opentype'),
|
src: url('../fonts/cartoIcon.eot?#iefix') format('embedded-opentype'),
|
||||||
url('fonts/cartoIcon.woff') format('woff'),
|
url('../fonts/cartoIcon.woff') format('woff'),
|
||||||
url('fonts/cartoIcon.ttf') format('truetype'),
|
url('../fonts/cartoIcon.ttf') format('truetype'),
|
||||||
url('fonts/cartoIcon.svg?ey3vsq#cartoIcon') format('svg');
|
url('../fonts/cartoIcon.svg?ey3vsq#cartoIcon') format('svg');
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -3,11 +3,11 @@
|
|||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'CartoIcon';
|
font-family: 'CartoIcon';
|
||||||
src: url('fonts/cartoIcon.eot');
|
src: url('../fonts/cartoIcon.eot');
|
||||||
src: url('fonts/cartoIcon.eot?#iefix') format('embedded-opentype'),
|
src: url('../fonts/cartoIcon.eot?#iefix') format('embedded-opentype'),
|
||||||
url('fonts/cartoIcon.woff') format('woff'),
|
url('../fonts/cartoIcon.woff') format('woff'),
|
||||||
url('fonts/cartoIcon.ttf') format('truetype'),
|
url('../fonts/cartoIcon.ttf') format('truetype'),
|
||||||
url('fonts/cartoIcon.svg?ey3vsq#cartoIcon') format('svg');
|
url('../fonts/cartoIcon.svg?ey3vsq#cartoIcon') format('svg');
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<head>
|
<head>
|
||||||
<link href='../cartostyles.css' type='text/css' rel='stylesheet'>
|
<link href='../css/cartostyles.css' type='text/css' rel='stylesheet'>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
{{> theme}}
|
{{> theme}}
|
||||||
|
@ -2,7 +2,7 @@ module.exports = {
|
|||||||
dist: {
|
dist: {
|
||||||
options: {},
|
options: {},
|
||||||
files: {
|
files: {
|
||||||
'dist/cartostyles.css': [
|
'dist/css/cartostyles.css': [
|
||||||
'.tmp/src/scss/**/*.css'
|
'.tmp/src/scss/**/*.css'
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -4,8 +4,8 @@ module.exports = {
|
|||||||
check: 'gzip'
|
check: 'gzip'
|
||||||
},
|
},
|
||||||
files: {
|
files: {
|
||||||
'dist/cartostyles.css': [
|
'dist/css/cartostyles.css': [
|
||||||
'dist/cartostyles.css'
|
'dist/css/cartostyles.css'
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user