This repository was archived by the owner on Feb 27, 2019. It is now read-only.
File tree
14 files changed
+16
-16
lines changed- scripts
14 files changed
+16
-16
lines changedSubmodule fountain-generator updated 2 files
Submodule generator-fountain-angular1 updated 52 files
- README.md+23
- generators/app/index.js+4-2
- generators/app/templates/src/routes.babel+1-1
- generators/app/templates/src/routes.js+1-1
- generators/app/templates/src/routes.ts+1-1
- generators/hello/modules/templates/src/app/hello.babel+5-1
- generators/hello/modules/templates/src/app/hello.js+4
- generators/hello/modules/templates/src/app/hello.ts+5-1
- generators/techs/modules/templates/src/app/footer.babel+4
- generators/techs/modules/templates/src/app/footer.js+4
- generators/techs/modules/templates/src/app/footer.ts+5-1
- generators/techs/modules/templates/src/app/header.babel+4
- generators/techs/modules/templates/src/app/header.js+4
- generators/techs/modules/templates/src/app/header.ts+5-1
- generators/techs/modules/templates/src/app/main.babel+4
- generators/techs/modules/templates/src/app/main.js+4
- generators/techs/modules/templates/src/app/main.ts+5-1
- generators/techs/modules/templates/src/app/techs/tech.babel+4
- generators/techs/modules/templates/src/app/techs/tech.js+4
- generators/techs/modules/templates/src/app/techs/tech.ts+5-1
- generators/techs/modules/templates/src/app/techs/techs.babel+4
- generators/techs/modules/templates/src/app/techs/techs.js+2-1
- generators/techs/modules/templates/src/app/techs/techs.ts+3-2
- generators/techs/modules/templates/src/app/title.babel+4
- generators/techs/modules/templates/src/app/title.js+4
- generators/techs/modules/templates/src/app/title.ts+5-1
- generators/todoMVC/inject/templates/src/app/components/Footer.spec.ts+1-1
- generators/todoMVC/inject/templates/src/app/components/Header.spec.ts+2-2
- generators/todoMVC/inject/templates/src/app/components/MainSection.spec.ts+2-2
- generators/todoMVC/inject/templates/src/app/components/TodoItem.spec.ts+1-1
- generators/todoMVC/inject/templates/src/app/components/TodoTextInput.spec.ts+1-1
- generators/todoMVC/modules/templates/src/app/components/Footer.babel+4
- generators/todoMVC/modules/templates/src/app/components/Footer.js+4
- generators/todoMVC/modules/templates/src/app/components/Footer.ts+5-1
- generators/todoMVC/modules/templates/src/app/components/Header.babel+4
- generators/todoMVC/modules/templates/src/app/components/Header.js+2-1
- generators/todoMVC/modules/templates/src/app/components/Header.ts+3-2
- generators/todoMVC/modules/templates/src/app/components/MainSection.babel+4
- generators/todoMVC/modules/templates/src/app/components/MainSection.js+2-1
- generators/todoMVC/modules/templates/src/app/components/MainSection.ts+3-2
- generators/todoMVC/modules/templates/src/app/components/TodoItem.babel+4
- generators/todoMVC/modules/templates/src/app/components/TodoItem.js+4
- generators/todoMVC/modules/templates/src/app/components/TodoItem.ts+5-1
- generators/todoMVC/modules/templates/src/app/components/TodoTextInput.babel+4
- generators/todoMVC/modules/templates/src/app/components/TodoTextInput.js+2-1
- generators/todoMVC/modules/templates/src/app/components/TodoTextInput.ts+3-2
- generators/todoMVC/modules/templates/src/app/containers/App.babel+4
- generators/todoMVC/modules/templates/src/app/containers/App.js+4
- generators/todoMVC/modules/templates/src/app/containers/App.ts+5-1
- package.json+3-3
- test/app/index.composing.js+6-2
- test/app/index.configuring.js+1-1
Submodule generator-fountain-angular2 updated 107 files
Submodule generator-fountain-gulp updated 10 files
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| |||
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
30 |
| - | |
| 30 | + | |
31 | 31 |
| |
32 |
| - | |
| 32 | + | |
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
|
0 commit comments