Skip to content

Commit ede8f9d

Browse files
committed
Release 5.16.0
1 parent 9df770b commit ede8f9d

40 files changed

+2650
-592
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
A [MapsIndoors](https://www.mapspeople.com/mapsindoors/) powered showcase app free to use and adapt to your needs.
33

44
## Getting Started
5-
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).
5+
Before you begin, make sure your development environment includes Node.js version 16 with the NPM package manager.
66

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

angular.json

+4-35
Original file line numberDiff line numberDiff line change
@@ -25,26 +25,11 @@
2525
"tsConfig": "src/tsconfig.app.json",
2626
"assets": [
2727
"src/favicon.ico",
28-
"src/assets",
29-
{
30-
"glob": "mapsindoors.dev.*",
31-
"ignore": [
32-
"package.json"
33-
],
34-
"input": "./modules/sdk/release/",
35-
"output": "/assets/sdk/"
36-
},
37-
{
38-
"glob": "*",
39-
"ignore": [
40-
"package.json"
41-
],
42-
"input": "./modules/sdk/node_modules/@MapsIndoors/micommon/bin/",
43-
"output": "/assets/sdk/"
44-
}
28+
"src/assets"
4529
],
4630
"styles": [
47-
"src/assets/styles/sass/main.scss"
31+
"src/assets/styles/sass/main.scss",
32+
"node_modules/@mapsindoors/css/toggle.css"
4833
],
4934
"scripts": []
5035
},
@@ -78,23 +63,7 @@
7863
"development": {
7964
"assets": [
8065
"src/favicon.ico",
81-
"src/assets",
82-
{
83-
"glob": "mapsindoors.dev.*",
84-
"ignore": [
85-
"package.json"
86-
],
87-
"input": "./modules/sdk/release/",
88-
"output": "/assets/sdk/"
89-
},
90-
{
91-
"glob": "*",
92-
"ignore": [
93-
"package.json"
94-
],
95-
"input": "./modules/sdk/node_modules/@MapsIndoors/micommon/bin/",
96-
"output": "/assets/sdk/"
97-
}
66+
"src/assets"
9867
],
9968
"budgets": [
10069
{

0 commit comments

Comments
 (0)