Browse Source

Remove remains of `my/foo` structure.

Herby Vojčík 5 years ago
parent
commit
40bc716a67
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Gruntfile.js

+ 1 - 1
Gruntfile.js

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