From a22de5e84ab09de9d972e1bb927d2feb796c0339 Mon Sep 17 00:00:00 2001 From: Stefan Thomas Date: Tue, 7 May 2013 20:54:04 +0200 Subject: [PATCH] Fix library build in grunt. --- Gruntfile.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index e5e63aab..aa484e98 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -48,7 +48,9 @@ module.exports = function(grunt) { webpack: { options: { entry: "./src/js/ripple/index.js", - library: "ripple" + output: { + library: "ripple" + } }, lib: { output: {