Fixed tree view with multi line labels
diff --git a/Gruntfile.js b/Gruntfile.js
index 7901237..24ab9df 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -27,9 +27,9 @@
 
 	  // TODO: add language versions
 	  wrap:true,
-	  include : ['app/en'],
-	  insertRequire: ['app/en'],
+	  // dir : 'public/js',
 	  name: 'lib/almond',
+	  include : ['app/en'],
 	  out: 'public/js/kalamar-<%= pkg.version %>-en.js'
 	}
       }