diff --git a/Gruntfile.js b/Gruntfile.js
index 33e598b..dbc18dd 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -6,29 +6,14 @@ module.exports = function(grunt) {
},
js: {
files: {
- "client/js/components.min.js": "client/components/**/*.js"
+ "client/js/libs.min.js": "client/js/libs/**/*.js"
}
}
- },
- nodewebkit: {
- src: "./**/*",
- options: {
- build_dir: "./build",
- mac: false
- }
}
});
grunt.loadNpmTasks("grunt-contrib-uglify");
- grunt.loadNpmTasks("grunt-node-webkit-builder");
- grunt.registerTask(
- "build",
- function() {
- require("child_process").exec("rm -rf ./build");
- grunt.task.run("nodewebkit");
- }
- );
grunt.registerTask(
"default",
- "uglify"
+ ["uglify"]
);
};
diff --git a/client/index.html b/client/index.html
index b47e1bb..930ee99 100644
--- a/client/index.html
+++ b/client/index.html
@@ -253,7 +253,7 @@
-
+