Pārlūkot izejas kodu

Forgot small debowerizing detail.

(only affected development, not functionality)
Herby Vojčík 5 gadi atpakaļ
vecāks
revīzija
9b797acc34
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      Gruntfile.js

+ 1 - 1
Gruntfile.js

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