Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ speed-measure-plugin*.json
.history/*

# misc
/.angular/cache
/.sass-cache
/connect.lock
/coverage
Expand Down
18 changes: 4 additions & 14 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
"src/_redirects"
],
"styles": [
"node_modules/ngx-sharebuttons/themes/circles.scss",
"node_modules/ngx-sharebuttons/themes/modern.scss",
"node_modules/@fortawesome/fontawesome-free/css/all.css",
"src/styles.scss",
"node_modules/mapbox-gl/dist/mapbox-gl.css"
Expand Down Expand Up @@ -109,19 +111,6 @@
"scripts": []
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": [
"tsconfig.app.json",
"tsconfig.spec.json",
"e2e/tsconfig.json"
],
"exclude": [
"**/node_modules/**"
]
}
},
"e2e": {
"builder": "@angular-devkit/build-angular:protractor",
"options": {
Expand All @@ -139,6 +128,7 @@
},
"defaultProject": "openSenseMapX",
"cli": {
"analytics": false,
"defaultCollection": "@datorama/akita"
}
}
}
1 change: 1 addition & 0 deletions openSenseMapX.njsproj
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,7 @@
<Content Include="src\assets\img\userimg\vis\1.png" />
<Content Include="src\assets\img\userimg\vis\0_thumb.jpg" />
<Content Include="src\assets\img\userimg\vis\1_thumb.jpg" />
<Content Include="src\assets\img\test\share-preview.png" />
<Content Include="src\styles\icons\opensensemap.svg" />
<Content Include="src\styles\fonts\lato-v16-latin\lato-v16-latin-900.svg" />
<Content Include="src\styles\fonts\lato-v16-latin\lato-v16-latin-regular.svg" />
Expand Down
Loading