Joel Doyle

Results 2 issues of Joel Doyle

I have my preload code in in an event listener in Ionic so that it loads even if the template is cached: ``` js $scope.$on("$ionicVew.beforeEnter", function () { try {...

I'm running this on Windows using iisnode (https://github.com/tjanczuk/iisnode) ``` var gitlabhook = require('gitlabhook'); var gitlab = gitlabhook({ host: 'localhost', port: process.env.PORT}, function(){ console.log('Webhook received'); }); gitlab.listen(); ``` This is the...