Skip to content

Commit

Permalink
Release 5.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
markhougaard committed Sep 30, 2022
1 parent 9df770b commit ede8f9d
Show file tree
Hide file tree
Showing 40 changed files with 2,650 additions and 592 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
A [MapsIndoors](https://www.mapspeople.com/mapsindoors/) powered showcase app free to use and adapt to your needs.

## Getting Started
Before you begin, make sure your development environment includes Node.js, npm package manager and [Angular CLI globally](https://angular.io/cli#installing-angular-cli).
Before you begin, make sure your development environment includes Node.js version 16 with the NPM package manager.

Using a terminal/shell in the project folder, run the following commands:

Expand Down
39 changes: 4 additions & 35 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,26 +25,11 @@
"tsConfig": "src/tsconfig.app.json",
"assets": [
"src/favicon.ico",
"src/assets",
{
"glob": "mapsindoors.dev.*",
"ignore": [
"package.json"
],
"input": "./modules/sdk/release/",
"output": "/assets/sdk/"
},
{
"glob": "*",
"ignore": [
"package.json"
],
"input": "./modules/sdk/node_modules/@MapsIndoors/micommon/bin/",
"output": "/assets/sdk/"
}
"src/assets"
],
"styles": [
"src/assets/styles/sass/main.scss"
"src/assets/styles/sass/main.scss",
"node_modules/@mapsindoors/css/toggle.css"
],
"scripts": []
},
Expand Down Expand Up @@ -78,23 +63,7 @@
"development": {
"assets": [
"src/favicon.ico",
"src/assets",
{
"glob": "mapsindoors.dev.*",
"ignore": [
"package.json"
],
"input": "./modules/sdk/release/",
"output": "/assets/sdk/"
},
{
"glob": "*",
"ignore": [
"package.json"
],
"input": "./modules/sdk/node_modules/@MapsIndoors/micommon/bin/",
"output": "/assets/sdk/"
}
"src/assets"
],
"budgets": [
{
Expand Down
Loading

0 comments on commit ede8f9d

Please sign in to comment.