Skip to content
This repository was archived by the owner on Dec 7, 2018. It is now read-only.

Commit af0a861

Browse files
committed
alpha 10
1 parent 6d9a546 commit af0a861

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

README.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
# Angular4-webpack2-skeleton
2-
A simple skeleton project to use Angular4, Webpack2, Boostrap 4 alpha and bootstrap-loader 2 beta together
3-
1+
# Angular-webpack2-skeleton
2+
A simple skeleton project to use Angular4 (or 2.x.x, if you want to downgrade it), Webpack2, Boostrap 4 alpha and bootstrap-loader 2 beta together
43

54
I created this project as an example for this issue: https://github.com/shakacode/bootstrap-loader/issues/191#issuecomment-256352654
65
After that, I decided to update it based on https://github.com/Ks89/My-MEAN-website-client
@@ -11,7 +10,9 @@ I share this with you as it is.
1110

1211
I'll update this project in the future and I'll change the name to another one when Angular4 will be released.
1312

13+
1414
## News
15+
- *02/26/2017* - Alpha 10 - Check [HERE](https://github.com/Ks89/Angular2-webpack2-skeleton/releases)
1516
- *01/30/2017* - Alpha 9 - Check [HERE](https://github.com/Ks89/Angular2-webpack2-skeleton/releases)
1617
- *01/28/2017* - Alpha 8 - Check [HERE](https://github.com/Ks89/Angular2-webpack2-skeleton/releases)
1718
- *01/22/2017* - Alpha 7 - Check [HERE](https://github.com/Ks89/Angular2-webpack2-skeleton/releases)
@@ -21,6 +22,12 @@ I'll update this project in the future and I'll change the name to another one w
2122

2223
## Changelog
2324

25+
#### Alpha 10
26+
- typescript 2.2
27+
- big refactoring
28+
- some fixes related to both css and scss webpack's loaders
29+
- fix for e2e tests (issue #12)
30+
2431
#### Alpha 9
2532
- typescript 2.1
2633
- awesome-typescript-loader 3.0.0 beta
@@ -73,10 +80,9 @@ If you are already ready, you can execute this (`sudo` if you are using macOS):
7380
## Test (check coverage/html/index.html with the results)
7481
- `npm test`
7582

76-
## Test e2e with protractor (broken)
77-
~~- `npm run e2e`~~
78-
79-
I'll fix this issue in upcoming versions. Please be patient.
83+
## Test e2e with protractor
84+
- `npm run webdriver:update` (if you have problems, try again removing `./node_modules` and executing `npm install`)
85+
- `npm run e2e`
8086

8187

8288
## License

0 commit comments

Comments
 (0)