feat: new Web UI build system
- use generator-gulp-angular by @swiip - remove old static file
This commit is contained in:
parent
587b17c120
commit
b7a71edfcb
83 changed files with 1069 additions and 1028 deletions
74
webui/.yo-rc.json
Normal file
74
webui/.yo-rc.json
Normal file
|
|
@ -0,0 +1,74 @@
|
|||
{
|
||||
"generator-gulp-angular": {
|
||||
"version": "1.0.2",
|
||||
"props": {
|
||||
"angularVersion": "~1.4.2",
|
||||
"angularModules": [
|
||||
{
|
||||
"key": "animate",
|
||||
"module": "ngAnimate"
|
||||
},
|
||||
{
|
||||
"key": "cookies",
|
||||
"module": "ngCookies"
|
||||
},
|
||||
{
|
||||
"key": "sanitize",
|
||||
"module": "ngSanitize"
|
||||
},
|
||||
{
|
||||
"key": "messages",
|
||||
"module": "ngMessages"
|
||||
},
|
||||
{
|
||||
"key": "aria",
|
||||
"module": "ngAria"
|
||||
}
|
||||
],
|
||||
"jQuery": {
|
||||
"key": "jquery2"
|
||||
},
|
||||
"resource": {
|
||||
"key": "angular-resource",
|
||||
"module": "ngResource"
|
||||
},
|
||||
"router": {
|
||||
"key": "ui-router",
|
||||
"module": "ui.router"
|
||||
},
|
||||
"ui": {
|
||||
"key": "bootstrap",
|
||||
"module": null
|
||||
},
|
||||
"bootstrapComponents": {
|
||||
"key": "ui-bootstrap",
|
||||
"module": "ui.bootstrap"
|
||||
},
|
||||
"cssPreprocessor": {
|
||||
"key": "node-sass",
|
||||
"extension": "scss"
|
||||
},
|
||||
"jsPreprocessor": {
|
||||
"key": "noJsPrepro",
|
||||
"extension": "js",
|
||||
"srcExtension": "js"
|
||||
},
|
||||
"htmlPreprocessor": {
|
||||
"key": "noHtmlPrepro",
|
||||
"extension": "html"
|
||||
},
|
||||
"foundationComponents": {
|
||||
"name": null,
|
||||
"version": null,
|
||||
"key": null,
|
||||
"module": null
|
||||
},
|
||||
"paths": {
|
||||
"src": "src",
|
||||
"dist": "../static",
|
||||
"e2e": "e2e",
|
||||
"tmp": ".tmp"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue