Fix library build in grunt.

This commit is contained in:
Stefan Thomas
2013-05-07 20:54:04 +02:00
parent 44d1f1457b
commit a22de5e84a

View File

@@ -48,7 +48,9 @@ module.exports = function(grunt) {
webpack: {
options: {
entry: "./src/js/ripple/index.js",
library: "ripple"
output: {
library: "ripple"
}
},
lib: {
output: {