|
|
|
@ -25,13 +25,41 @@ |
|
|
|
"assets": [ |
|
|
|
"src/thingsboard.ico", |
|
|
|
"src/assets", |
|
|
|
{ "glob": "worker-html.js", "input": "./node_modules/ace-builds/src-min/", "output": "/" }, |
|
|
|
{ "glob": "worker-css.js", "input": "./node_modules/ace-builds/src-min/", "output": "/" }, |
|
|
|
{ "glob": "worker-json.js", "input": "./node_modules/ace-builds/src-min/", "output": "/" }, |
|
|
|
{ "glob": "worker-javascript.js", "input": "./node_modules/ace-builds/src-min/", "output": "/" }, |
|
|
|
{ "glob": "marker-icon-2x.png", "input": "node_modules/leaflet/dist/images/", "output": "/" }, |
|
|
|
{ "glob": "marker-icon.png", "input": "node_modules/leaflet/dist/images/", "output": "/" }, |
|
|
|
{ "glob": "marker-shadow.png", "input": "node_modules/leaflet/dist/images/", "output": "/" } |
|
|
|
{ |
|
|
|
"glob": "worker-html.js", |
|
|
|
"input": "./node_modules/ace-builds/src-min/", |
|
|
|
"output": "/" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"glob": "worker-css.js", |
|
|
|
"input": "./node_modules/ace-builds/src-min/", |
|
|
|
"output": "/" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"glob": "worker-json.js", |
|
|
|
"input": "./node_modules/ace-builds/src-min/", |
|
|
|
"output": "/" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"glob": "worker-javascript.js", |
|
|
|
"input": "./node_modules/ace-builds/src-min/", |
|
|
|
"output": "/" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"glob": "marker-icon-2x.png", |
|
|
|
"input": "node_modules/leaflet/dist/images/", |
|
|
|
"output": "/" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"glob": "marker-icon.png", |
|
|
|
"input": "node_modules/leaflet/dist/images/", |
|
|
|
"output": "/" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"glob": "marker-shadow.png", |
|
|
|
"input": "node_modules/leaflet/dist/images/", |
|
|
|
"output": "/" |
|
|
|
} |
|
|
|
], |
|
|
|
"styles": [ |
|
|
|
"src/styles.scss", |
|
|
|
@ -48,7 +76,7 @@ |
|
|
|
], |
|
|
|
"stylePreprocessorOptions": { |
|
|
|
"includePaths": [ |
|
|
|
"src/scss" |
|
|
|
"src/scss" |
|
|
|
] |
|
|
|
}, |
|
|
|
"scripts": [ |
|
|
|
@ -216,5 +244,8 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
"defaultProject": "thingsboard" |
|
|
|
} |
|
|
|
"defaultProject": "thingsboard", |
|
|
|
"cli": { |
|
|
|
"packageManager": "yarn" |
|
|
|
} |
|
|
|
} |