[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-2-0' - loleaflet/Makefile

Andras Timar andras.timar at collabora.com
Thu Feb 9 12:37:00 UTC 2017


 loleaflet/Makefile |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit fb575a9d39d142a70b66f9b7adee8c384d7a7dbc
Author: Andras Timar <andras.timar at collabora.com>
Date:   Thu Feb 9 13:36:30 2017 +0100

    loleaflet: remove node_modules directory before build (slower but safer)
    
    Change-Id: I4c680ebc5e241888a3ca889126cb5a6ef04418ca

diff --git a/loleaflet/Makefile b/loleaflet/Makefile
index ae9803b..085e318 100644
--- a/loleaflet/Makefile
+++ b/loleaflet/Makefile
@@ -13,6 +13,7 @@ MINIFY=false
 
 .PHONY: build
 build:
+	rm -rf node_modules
 	npm install
 	jake lint
 	jake build


More information about the Libreoffice-commits mailing list