Initial Smartproc
This commit is contained in:
39
devextreme.json
Normal file
39
devextreme.json
Normal file
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"applicationEngine": "vue",
|
||||
"vue": {
|
||||
"version": 3,
|
||||
"template": "javascript"
|
||||
},
|
||||
"build": {
|
||||
"commands": [
|
||||
{
|
||||
"command": "build-theme",
|
||||
"options": {
|
||||
"inputFile": "src/themes/metadata.base.json",
|
||||
"outputFile": "src/themes/generated/theme.base.css"
|
||||
}
|
||||
},
|
||||
{
|
||||
"command": "build-theme",
|
||||
"options": {
|
||||
"inputFile": "src/themes/metadata.additional.json",
|
||||
"outputFile": "src/themes/generated/theme.additional.css"
|
||||
}
|
||||
},
|
||||
{
|
||||
"command": "export-theme-vars",
|
||||
"options": {
|
||||
"inputFile": "src/themes/metadata.base.json",
|
||||
"outputFile": "src/themes/generated/variables.base.scss"
|
||||
}
|
||||
},
|
||||
{
|
||||
"command": "export-theme-vars",
|
||||
"options": {
|
||||
"inputFile": "src/themes/metadata.additional.json",
|
||||
"outputFile": "src/themes/generated/variables.additional.scss"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user