Parcourir la source

Forgot small debowerizing detail.

(only affected development, not functionality)
Herby Vojčík il y a 5 ans
Parent
commit
9b797acc34
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      Gruntfile.js

+ 1 - 1
Gruntfile.js

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