From 8d32ab55d7ebb18a00235f5a52ff7aa9a2812573 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Mon, 9 Oct 2017 13:42:19 -0400 Subject: fixes #549 --- ionic.config.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'ionic.config.json') diff --git a/ionic.config.json b/ionic.config.json index f6010ffa..e3f9c626 100644 --- a/ionic.config.json +++ b/ionic.config.json @@ -7,6 +7,9 @@ "cordova": {} }, "watchPatterns": [ - "scss/**/*" + "scss/**/*", + "www/**/*", + "!www/lib/**/*", + "!www/**/*.map" ] } -- cgit v1.2.3