1
0
Ver Fonte

Gruntfile.js was incorrect

The initConfig function call was not closed.
Herbert Vojčík há 11 anos atrás
pai
commit
c48d61450f
1 ficheiros alterados com 5 adições e 4 exclusões
  1. 5 4
      root/Gruntfile.js

+ 5 - 4
root/Gruntfile.js

@@ -12,10 +12,11 @@ module.exports = function(grunt) {
       '* Copyright (c) <%= grunt.template.today("yyyy") %> <%= pkg.author.name %>;' +
       ' Licensed <%= _.pluck(pkg.licenses, "type").join(", ") %> */\n',
     // Task configuration.
+  });
 
-    // These plugins provide necessary tasks.
-    //grunt.loadNpmTasks('grunt-amberc');
+  // These plugins provide necessary tasks.
+  //grunt.loadNpmTasks('grunt-amberc');
 
-    // Default task.
-    //grunt.registerTask('default', ['']);
+  // Default task.
+  //grunt.registerTask('default', ['']);
 };