Showing
1 changed file
with
41 additions
and
10 deletions
Too many changes to show.
To preserve performance only 1 of 4 files are displayed.
@@ -25,13 +25,41 @@ | @@ -25,13 +25,41 @@ | ||
25 | "assets": [ | 25 | "assets": [ |
26 | "src/thingsboard.ico", | 26 | "src/thingsboard.ico", |
27 | "src/assets", | 27 | "src/assets", |
28 | - { "glob": "worker-html.js", "input": "./node_modules/ace-builds/src-min/", "output": "/" }, | ||
29 | - { "glob": "worker-css.js", "input": "./node_modules/ace-builds/src-min/", "output": "/" }, | ||
30 | - { "glob": "worker-json.js", "input": "./node_modules/ace-builds/src-min/", "output": "/" }, | ||
31 | - { "glob": "worker-javascript.js", "input": "./node_modules/ace-builds/src-min/", "output": "/" }, | ||
32 | - { "glob": "marker-icon-2x.png", "input": "node_modules/leaflet/dist/images/", "output": "/" }, | ||
33 | - { "glob": "marker-icon.png", "input": "node_modules/leaflet/dist/images/", "output": "/" }, | ||
34 | - { "glob": "marker-shadow.png", "input": "node_modules/leaflet/dist/images/", "output": "/" } | 28 | + { |
29 | + "glob": "worker-html.js", | ||
30 | + "input": "./node_modules/ace-builds/src-min/", | ||
31 | + "output": "/" | ||
32 | + }, | ||
33 | + { | ||
34 | + "glob": "worker-css.js", | ||
35 | + "input": "./node_modules/ace-builds/src-min/", | ||
36 | + "output": "/" | ||
37 | + }, | ||
38 | + { | ||
39 | + "glob": "worker-json.js", | ||
40 | + "input": "./node_modules/ace-builds/src-min/", | ||
41 | + "output": "/" | ||
42 | + }, | ||
43 | + { | ||
44 | + "glob": "worker-javascript.js", | ||
45 | + "input": "./node_modules/ace-builds/src-min/", | ||
46 | + "output": "/" | ||
47 | + }, | ||
48 | + { | ||
49 | + "glob": "marker-icon-2x.png", | ||
50 | + "input": "node_modules/leaflet/dist/images/", | ||
51 | + "output": "/" | ||
52 | + }, | ||
53 | + { | ||
54 | + "glob": "marker-icon.png", | ||
55 | + "input": "node_modules/leaflet/dist/images/", | ||
56 | + "output": "/" | ||
57 | + }, | ||
58 | + { | ||
59 | + "glob": "marker-shadow.png", | ||
60 | + "input": "node_modules/leaflet/dist/images/", | ||
61 | + "output": "/" | ||
62 | + } | ||
35 | ], | 63 | ], |
36 | "styles": [ | 64 | "styles": [ |
37 | "src/styles.scss", | 65 | "src/styles.scss", |
@@ -48,7 +76,7 @@ | @@ -48,7 +76,7 @@ | ||
48 | ], | 76 | ], |
49 | "stylePreprocessorOptions": { | 77 | "stylePreprocessorOptions": { |
50 | "includePaths": [ | 78 | "includePaths": [ |
51 | - "src/scss" | 79 | + "src/scss" |
52 | ] | 80 | ] |
53 | }, | 81 | }, |
54 | "scripts": [ | 82 | "scripts": [ |
@@ -216,5 +244,8 @@ | @@ -216,5 +244,8 @@ | ||
216 | } | 244 | } |
217 | } | 245 | } |
218 | }, | 246 | }, |
219 | - "defaultProject": "thingsboard" | ||
220 | -} | 247 | + "defaultProject": "thingsboard", |
248 | + "cli": { | ||
249 | + "packageManager": "yarn" | ||
250 | + } | ||
251 | +} |