浏览代码

Gruntfile: make up to date.

Herby Vojčík 6 年之前
父节点
当前提交
ccd55c5a5b
共有 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: path.join(__dirname, "bower_components", "amber"),
+                amber_dir: path.join(__dirname, "node_modules", "@ambers", "lang"),
                 configFile: "config.js"
             },
             all: {