Browse Source

Forgot small debowerizing detail.

(only affected development, not functionality)
Herby Vojčík 5 years ago
parent
commit
0c60b7fa51
1 changed files with 1 additions and 1 deletions
  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', 'bower_components/amber']),
+                amber_dir: findAmberPath(['../..', '../amber/lang', 'node_modules/@ambers/lang']),
                 configFile: "config.js"
             },
             all: {