pull/1/head
yann300 7 years ago
parent cf29c3fe68
commit a9de306310
  1. 2
      src/app/compiler/compiler-imports.js

@ -8,7 +8,7 @@ module.exports = class CompilerImports {
this.previouslyHandled = {} // cache import so we don't make the request at each compilation.
}
handleGithubCal (root, path, cb) {
handleGithubCall (root, path, cb) {
return request.get(
{
url: 'https://api.github.com/repos/' + root + '/contents/' + path,

Loading…
Cancel
Save