diff options
Diffstat (limited to 'd2ice.att.io/.yo-rc.json')
-rwxr-xr-x | d2ice.att.io/.yo-rc.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/d2ice.att.io/.yo-rc.json b/d2ice.att.io/.yo-rc.json new file mode 100755 index 00000000..6589676f --- /dev/null +++ b/d2ice.att.io/.yo-rc.json @@ -0,0 +1,11 @@ +{ + "generator-karma": { + "base-path": "../", + "frameworks": "jasmine", + "browsers": "PhantomJS", + "app-files": "app/scripts/**/*.js", + "files-comments": "bower:js,endbower", + "bower-components-path": "bower_components", + "test-files": "test/mock/**/*.js,test/spec/**/*.js" + } +}
\ No newline at end of file |