瀏覽代碼

Forgot small debowerizing detail.

(only affected development, not functionality)
Herby Vojčík 5 年之前
父節點
當前提交
0c60b7fa51
共有 1 個文件被更改,包括 1 次插入1 次删除
  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: {