1
0
Ver Fonte

remove closure_jar parameter from Gruntfile.js

Apparently it was forgotten to remove this from the template Gruntfile.js.
The closure_jar parameter has been removed from amberc a long time ago.
Manfred Kröhnert há 10 anos atrás
pai
commit
fa294b6a5d
1 ficheiros alterados com 1 adições e 2 exclusões
  1. 1 2
      root/Gruntfile.js

+ 1 - 2
root/Gruntfile.js

@@ -28,8 +28,7 @@ module.exports = function (grunt) {
         amberc: {
             options: {
                 amber_dir: path.join(__dirname, "bower_components", "amber"),
-                library_dirs: ['src', 'bower_components/amber/contrib/src'],
-                closure_jar: ''
+                library_dirs: ['src', 'bower_components/amber/contrib/src']
             },
             all: {
                 src: [