瀏覽代碼

Gruntfile.js was incorrect

The initConfig function call was not closed.
Herbert Vojčík 11 年之前
父節點
當前提交
c48d61450f
共有 1 個文件被更改,包括 5 次插入4 次删除
  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', ['']);
 };