From 109d3149f4e968b88f99458c61a76a30fc5ec482 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Thu, 16 Feb 2017 16:51:00 -0700 Subject: [PATCH] Include stylesheet in the package --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index d6742d2187..1c062ec7ab 100644 --- a/Makefile +++ b/Makefile @@ -308,4 +308,5 @@ package: @cp -r package build @cd ./src && cp -r ol/* ../build/package @rm build/package/typedefs.js + @cp css/ol.css build/package ./node_modules/.bin/jscodeshift --transform transforms/module.js build/package