Explorar el Código

Remove remains of `my/foo` structure.

Herby Vojčík hace 5 años
padre
commit
50b6cec493
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Gruntfile.js

+ 1 - 1
Gruntfile.js

@@ -50,7 +50,7 @@ module.exports = function (grunt) {
         // task configuration
         amberc: {
             options: {
-                amber_dir: findAmberPath(['../..', '../amber/lang', 'node_modules/@ambers/lang']),
+                amber_dir: findAmberPath(['../amber/lang', 'node_modules/@ambers/lang']),
                 configFile: "config.js"
             },
             all: {