Jonathan Grupp
Jonathan Grupp
Hi everyone :) I've started using lighthouse for one of our large scale Angular 2/4 apps and it's working really nicely. Thank you! The app has authentication, cookie-layers etc... So...
**\*Update\*** from me below!! new collective ticket for all topics angular 2 / ionic 2. - component based architecture / typescript - fountain generators - better ionic cli integration -...
The following error occurs due to a problem with `gulp-protractor` and yarn. Discussion started here: https://github.com/mwaylabs/generator-m-ionic/issues/469 **Fix**: In your project folder (**be careful with rm**!), consider using `[trash](https://github.com/sindresorhus/trash)`. ```sh #...
- generator-generator does it, haven't found how. It's not in .installDependencies() - https://github.com/yeoman/generator-generator - http://yeoman.io/generator/actions_install.html#.installDependencies - generator-node does it like this: https://github.com/yeoman/generator-node/issues/144
- mention: `gulp --cordova 'run ios --device --buildConfig=build.json'` - generate? via sub-generator? -> update npm scripts #466
read `.yo-rc.json` contents, so it works similar to reapeating yo m --skip-prompts in the same directory. Be careful since `.yo-rc.json` contents get overwritten without any warning. This might lead to...
Our Gitter Channel isn't used frequently anymore and questions are very often generic. I suggest we recommend other channels like ionic slack and for topics targeting our generator specifically, we...
- HTML linting https://github.com/mwaylabs/generator-m-ionic/issues/415 - SCSS/CSS linting #179 - XML linting - JavaScript Smells (duplication etc...) http://elijahmanor.com/talks/js-smells/
As discussed here: https://github.com/mwaylabs/generator-m-ionic/issues/478 I gave protractor another run as part of our Continuous Integration setup with travis. This could ensure the functionality of the default protractor setup and tests...