Skip to content

Commit 49c06a9

Browse files
committed
GPII-1137: Remove "grunt start" from source and documentation.
Removed "start" task from Gruntfile.js.
1 parent 67a2fd6 commit 49c06a9

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

Gruntfile.js

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ module.exports = function (grunt) {
1818
grunt.loadNpmTasks("grunt-shell");
1919
grunt.loadNpmTasks("grunt-gpii");
2020

21-
var gpiiGrunt = grunt.config.getRaw("gpiiGruntGlobal");
21+
grunt.config.getRaw("gpiiGruntGlobal");
2222
grunt.initConfig({
2323
jshint: {
2424
src: ["gpii/**/*.js", "tests/**/*.js", "index.js", "gpii.js"],
@@ -35,11 +35,4 @@ module.exports = function (grunt) {
3535
grunt.registerTask("build", "Build the entire GPII", function () {
3636
grunt.task.run("gpii-universal");
3737
});
38-
39-
grunt.registerTask("start", "Start the GPII", function () {
40-
gpiiGrunt.shellImmediate({
41-
name: "start",
42-
command: "node gpii.js"
43-
});
44-
});
4538
};

0 commit comments

Comments
 (0)