Explorar o código

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 %!s(int64=10) %!d(string=hai) anos
pai
achega
fa294b6a5d
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  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: [