1
0
ソースを参照

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', ['']);
 };