Move webui to FountainJS with Webpack
This commit is contained in:
parent
986ad9fc57
commit
e059239bc3
58 changed files with 1027 additions and 1239 deletions
|
|
@ -1,74 +1,20 @@
|
|||
{
|
||||
"generator-gulp-angular": {
|
||||
"version": "1.0.2",
|
||||
"generator-fountain-angular1": {
|
||||
"version": "0.6.0",
|
||||
"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"
|
||||
"resolved": "/Users/micael/Documents/zenika/fountain/generator-fountain-angular1/generators/app/index.js",
|
||||
"namespace": "fountain-angular1:app",
|
||||
"argv": {
|
||||
"remain": [],
|
||||
"cooked": [],
|
||||
"original": []
|
||||
},
|
||||
"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"
|
||||
}
|
||||
"framework": "angular1",
|
||||
"modules": "webpack",
|
||||
"css": "scss",
|
||||
"js": "js",
|
||||
"sample": "hello",
|
||||
"router": "none"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue