Chris Driscol
Chris Driscol
i found an issue in the disqusIdentifier directive. looks like when comment counts are loaded, the directive is trying to load the embed.js script as well. this is not needed...
just submitted a pull request with the fix, please review
Source maps are JSON, so having the first line as a comment is invalid. Also throws issues when using this library and enabling source maps in https://github.com/gruntjs/grunt-contrib-concat or https://github.com/gruntjs/grunt-contrib-uglify
My team is also effected by this - @sandinosaso, did you come up with any workarounds? We're having a tough time enforcing coverage thresholds because when test files change we...