Skip to content

Commit

Permalink
Merge branch 'main' into issue-45
Browse files Browse the repository at this point in the history
  • Loading branch information
nbintertech committed Dec 29, 2022
2 parents d52827d + 6c6712c commit e9e3ec3
Show file tree
Hide file tree
Showing 8 changed files with 4,261 additions and 7,876 deletions.
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
28 changes: 10 additions & 18 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",
"tsConfig": "tsconfig.app.json",
"aot": true,
"assets": [
"src/favicon.ico",
"src/assets"
Expand All @@ -31,7 +30,13 @@
"node_modules/bootstrap/dist/css/bootstrap.min.css"
],
"scripts": [
"node_modules/plotly.js/dist/plotly.min.js"]
"node_modules/plotly.js/dist/plotly.min.js"],
"vendorChunk": true,
"extractLicenses": false,
"buildOptimizer": false,
"sourceMap": true,
"optimization": false,
"namedChunks": true
},
"configurations": {
"production": {
Expand Down Expand Up @@ -61,7 +66,8 @@
}
]
}
}
},
"defaultConfiguration": ""
},
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
Expand Down Expand Up @@ -97,19 +103,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 @@ -124,6 +117,5 @@
}
}
}
},
"defaultProject": "Co2-Savings"
}
}
Loading

0 comments on commit e9e3ec3

Please sign in to comment.