Skip to content

Commit a93d4c1

Browse files
committed
Move minified css to fix fonts path
1 parent bb2eef3 commit a93d4c1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gruntfile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ module.exports = function(grunt) {
3131
'src/bower_components/leaflet/dist/leaflet.css',
3232
'src/assets/css/style.css'
3333
],
34-
dest: 'dist/style.css'
34+
dest: 'dist/css/style.css'
3535
},
3636
js: {
3737
src: [
@@ -161,7 +161,7 @@ module.exports = function(grunt) {
161161
cssmin: {
162162
target: {
163163
files: {
164-
'dist/style.min.css': 'dist/style.css'
164+
'dist/css/style.min.css': 'dist/css/style.css'
165165
}
166166
}
167167
},

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8">
55
<title>OpenAQ Browser</title>
66
<link rel="shortcut icon" href="assets/favicon.ico">
7-
<!-- build:css style.min.css -->
7+
<!-- build:css css/style.min.css -->
88
<link rel="stylesheet" href="/bower_components/angucomplete-alt/angucomplete-alt.css" type="text/css" />
99
<link rel="stylesheet" href="/bower_components/bootstrap/dist/css/bootstrap.min.css" type="text/css" />
1010
<link rel="stylesheet" href="/bower_components/c3/c3.min.css" type="text/css" />

0 commit comments

Comments
 (0)