Browse Source

Gruntfile: make up to date.

Herby Vojčík 5 years ago
parent
commit
ccd55c5a5b
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: path.join(__dirname, "bower_components", "amber"),
+                amber_dir: path.join(__dirname, "node_modules", "@ambers", "lang"),
                 configFile: "config.js"
             },
             all: {