From f23b0e7fd3d223616818a0b0b4033650be4b4e95 Mon Sep 17 00:00:00 2001 From: Vladimir Grinenko Date: Thu, 9 Feb 2017 04:42:03 +0300 Subject: [PATCH] Add .borschik config --- .borschik | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .borschik diff --git a/.borschik b/.borschik new file mode 100644 index 00000000..14bb1952 --- /dev/null +++ b/.borschik @@ -0,0 +1,8 @@ +{ + "freeze_paths" : { + "libs/**/*.svg": ":encodeURIComponent:", + "libs/**": ":base64:", + "*.blocks/**/*.svg": ":encodeURIComponent:", + "*.blocks/**": ":base64:" + } +}