Cosmin

Results 9 comments of Cosmin

It looks like I can get this to work by hacking the adapter.js file in this plugin. ``` js 42 function extractModuleName(fileName){ 43 return fileName + '!'; 44 //return fileName.replace(/\.js$/,...

https://github.com/Workiva/karma-jspm/pull/79

@robertbaker I have the following configuration : ``` System.config({ "baseURL": "/", "transpiler": "babel", "babelOptions": { "optional": [ "runtime" ] }, "paths": { "*": "*.js", "github:*": "../jspm_packages/github/*.js", "npm:*": "../jspm_packages/npm/*.js" }, "packages":...

@robertbaker we could work together. Sadly the most mature configuration I pulled off so far, is within a private code base which I cannot reference. However the public sources I've...

http://blog.rangle.io/unittests/ interesting info here. I think this is related to the issues I was getting a few days ago with karma-systemjs. Also I'm going to close my PR. A bit...

current notes https://trello.com/c/VkMSdldU/2-install-the-aurelia-interface-ux-framework-in-my-own-aurelia-project

The express server is very handy for serving mock data. kind of a new generation of the hack-stack. Does it really have to go ? I also have some code...

are we still not interested in using Slush for some of this ?

so @SethDavenport should we try to do anything on this ? - First off I'd like to suggest that we keep official rangle repos for our linting, circle files and...