commit | 4347ee982ddccb99d664c9afcc8d0ce5af40e0db | [log] [tgz] |
---|---|---|
author | Nils Diewald <nils@diewald-online.de> | Mon May 04 20:32:48 2015 +0000 |
committer | Nils Diewald <nils@diewald-online.de> | Mon May 04 20:32:48 2015 +0000 |
tree | 2a583a33ab2dfd4d0724ef287dac9b67fa54800f | |
parent | 7148c6ff4870c1dd654f6ae4081adc1c3a5761a8 [diff] [blame] |
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' } }