Daniela Baron

Results 4 issues of Daniela Baron

I'm using: node v0.10.21 mocha 1.10.0 blanket 1.1.6 With following configured in package.json ``` "scripts": { "test": "mocha test/server -R spec --recursive", "test-cov": "mocha --require blanket test/server -R html-cov --recursive...

I'm using snacktory with IntelliJ 15 and Gradle. The following was working yesterday, but stopped working today: ``` groovy repositories { maven { url "https://github.com/karussell/mvnrepo/raw/master/releases/" } } dependencies { compile('de.jetwick:snacktory:1.2')...

Resolves #3090 ### Description This modifies the flow of how new distributions are created as per the motivation explained in the ticket #3090. The overall approach is to save these...

I'm using hashwords in an Aurelia project, with JSPM and SystemJS. During development mode, it works great. But when bundling, having some issues: First is error "hashwords is not defined"....