From a0be2ca63f5648f35ab16a8602b2df58a4ca9a95 Mon Sep 17 00:00:00 2001 From: Johannes Ewald Date: Tue, 20 Oct 2015 14:55:12 +0200 Subject: [PATCH] Rename `keepAlive` to `keepalive` in Gruntfile See https://github.com/webpack/grunt-webpack/commit/b4ba478562c70c41c0e50cc08479fa7b047daca7 --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index d4ad1db..f8bbbbb 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -28,7 +28,7 @@ module.exports = function(grunt) { publicPath: "/" + webpackConfig.output.publicPath }, start: { - keepAlive: true, + keepalive: true, webpack: { devtool: "eval", debug: true