File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ module.exports = function(grunt) {
31
31
'src/bower_components/leaflet/dist/leaflet.css' ,
32
32
'src/assets/css/style.css'
33
33
] ,
34
- dest : 'dist/style.css'
34
+ dest : 'dist/css/ style.css'
35
35
} ,
36
36
js : {
37
37
src : [
@@ -161,7 +161,7 @@ module.exports = function(grunt) {
161
161
cssmin : {
162
162
target : {
163
163
files : {
164
- 'dist/style.min.css' : 'dist/style.css'
164
+ 'dist/css/ style.min.css' : 'dist/css /style.css'
165
165
}
166
166
}
167
167
} ,
Original file line number Diff line number Diff line change 4
4
< meta charset ="utf-8 ">
5
5
< title > OpenAQ Browser</ title >
6
6
< link rel ="shortcut icon " href ="assets/favicon.ico ">
7
- <!-- build:css style.min.css -->
7
+ <!-- build:css css/ style.min.css -->
8
8
< link rel ="stylesheet " href ="/bower_components/angucomplete-alt/angucomplete-alt.css " type ="text/css " />
9
9
< link rel ="stylesheet " href ="/bower_components/bootstrap/dist/css/bootstrap.min.css " type ="text/css " />
10
10
< link rel ="stylesheet " href ="/bower_components/c3/c3.min.css " type ="text/css " />
You can’t perform that action at this time.
0 commit comments