Konstantin Kirillov
Konstantin Kirillov
Yes, i do have trouble with http2 client. ```.go func apnsMatcher(r *http.Request, g *gock.Request) (bool, error) { fmt.Printf("URL = %s", r.URL.Path) return true, nil } gock.New("https://api.push.apple.com"). AddMatcher(apnsMatcher). Persist(). Reply(200). JSON(result)...
A workaround: -- prepend {{ style }} with {{ " " }}.
Any changes to goog.required scripts won't be mirrored in deps.js in server-mode until you explicitly launch `grunt deps` (this is the behaviour of vanilla app generated by this generator). (btw,...
I've made a new grunt-file with your closure-oriented tasks, which: 1) assembles all js and stuff to .tmp directory 2) runs deps on them 3) makes a symlink (grunt-contrib-symlink or...