Explorar o código

Requiring amberc from correct path

Herbert Vojčík %!s(int64=11) %!d(string=hai) anos
pai
achega
3a6fafd4b1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      grunt-amberc.js

+ 1 - 1
grunt-amberc.js

@@ -2,7 +2,7 @@ module.exports = function(grunt) {
 
   var path = require('path');
   var fs = require('fs');
-  var amberc = require('../../cli/support/amberc.js');
+  var amberc = require('./amberc.js');
 
   /**
      A full example entry for a Gruntfile.js is available below.