cmelion
cmelion
mgcrea/angular-pull-to-refresh#9
``` this.hookFor('angular-xl:repository', { args: 'awesome' }); ``` commenting out the above on ~line 41 allows the tests to pass both locally and on travis.
Anyone else seeing this on newly created projects? I'm using a cloned version of the generator with local link.
Let the user choose which file naming convention they want to adhere to. ## --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/33978521-consider-making-the-file-naming-convention-configurable?utm_campaign=plugin&utm_content=tracker%2F32095848&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F32095848&utm_medium=issues&utm_source=github).
The output has less noise and looks a bit cleaner. ## --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/33978520-consider-using-the-mocha-reporter-instead-of-the-story-reporter?utm_campaign=plugin&utm_content=tracker%2F32095848&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F32095848&utm_medium=issues&utm_source=github).
yo ng2-webpack:move prompts for: - module type - current module - destination (defaults to current location) - name (defaults to current name) Ensure all dependencies are correctly updated. ## ---...
"I found it challenging to debug this because the default "npm start" script generated a build with webpack that was fairly opaque. I do not believe source maps were turned...
There are many dependencies resulting from merging other projects. The docker image is >400MB, as well, yo ng2-webpack takes a significant amount of time. ## --- Want to back this...
I read the documentation on webpack and found it impressive. Uniform loading for all your resources! Use npm for package management! But I soon ran into problems. After generating the...
A sample React component integration has been added to the Home component. There are a ton of nice React widgets out there so why not use them? As a complete...