Skip to content

Commit f608716

Browse files
committed
bump to 0.10.0
1 parent 1465dc8 commit f608716

2 files changed

Lines changed: 4 additions & 10 deletions

File tree

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
[![Gitter](http://img.shields.io/badge/Gitter-room-brightgreen.svg?style=flat)](https://gitter.im/Swiip/generator-gulp-angular)
99
[![Gratipay](http://img.shields.io/gratipay/Swiip.svg?style=flat)](https://gratipay.com/Swiip/)
1010

11-
Offers you a Yeoman generator to initiate a Web application with the following workflow:
11+
Offers you a Yeoman generator to initiate a Web application with Angular powered by GulpJS.
1212

1313
![Logo](app/templates/src/assets/images/generator-gulp-angular-logo-200x200.png)
1414

@@ -139,15 +139,9 @@ The root directory generated for a app with name `gulpAngular` :
139139
* *CSS pre-processor*: Less, Sass with Ruby and Node, Stylus, none
140140
* *JS preprocessor*: CoffeeScript, TypeScript, ECMAScript 6 (Traceur and Babel), none
141141
* *HTML preprocessor*: Jade, Haml, Handlebars, none
142-
* **TODO** Script loader: Require, Browserify, none
142+
* **TODO** Script loader: Require, Webpack, none
143143
* **TODO** Test framework: Jasmine, Mocha, Qunit
144144

145-
## Known issue
146-
147-
Protractor tests are not stable with PhantomJS, at least not on my Mac. I'm getting unpredictable disconnections between webdriverjs and phantomjs.
148-
149-
I tried many configurations for Protractor without success, any hint would be appreciated.
150-
151145
## Changelog
152146

153147
[All changes listed in the GitHub releases](https://github.com/Swiip/generator-gulp-angular/releases)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "generator-gulp-angular",
3-
"version": "0.9.1",
3+
"version": "0.10.0",
44
"preferGlobal": true,
55
"description": "Yeoman generator for AngularJS with GulpJS",
6-
"keywords": "yeoman-generator, angular, gulp",
6+
"keywords": "yeoman-generator, angular, gulp, restangular, ui-router, bootstrap, angular-material, foundation, sass, less, es6, babel, traceur, typescript, coffeescript, jade, haml, webpack, jshint",
77
"license": "MIT",
88
"author": "Matthieu Lux & Mehdy Dara",
99
"contributors": [

0 commit comments

Comments
 (0)