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
54I created this project as an example for this issue: https://github.com/shakacode/bootstrap-loader/issues/191#issuecomment-256352654
65After 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
1211I'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