Takashi Aoki

Results 7 comments of Takashi Aoki

@roddolf For `serveFiles`, doesn't `exclude` field in karma config just work?

@michaelprescott In your case, it will probably work if you do `loadFiles: ['src/**/!(thisfile).js']`

@roddolf Glad to hear it solves your problem. It's more related to how [node-glob](https://github.com/isaacs/node-glob) works, not karma-jspm itself. In my case, i'm trying to exclude any `*Test.js` files under certain...

@yongzhihuang It just delegates to the GPT [API](https://developers.google.com/doubleclick-gpt/reference#googletag.PubAdsService_setTargeting).

@yongzhihuang just fixed a bug where the same pubads API call overrides the previous one, please try v0.2.3. FYI, chaining the API call is still not supported yet, they currently...

@derekhbui use `slotSize` when an ad is not responsive, otherwise use `sizeMapping`. If I just translate your need to the prop, it would be ``` sizeMapping: [ {viewport: [0, 0],...