From 80d7079953af73339a8a99894e467f3a0a45ca07 Mon Sep 17 00:00:00 2001 From: jekkos Date: Mon, 22 Feb 2016 18:16:23 +0100 Subject: [PATCH] run grunt on bower postinstall hook (#329) --- .bowerrc | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .bowerrc diff --git a/.bowerrc b/.bowerrc new file mode 100644 index 000000000..1e77ab58c --- /dev/null +++ b/.bowerrc @@ -0,0 +1,5 @@ +{ + "scripts": { + "postinstall": "grunt" + } +}