run grunt on bower postinstall hook (#329)

This commit is contained in:
jekkos
2016-02-22 18:16:23 +01:00
parent fcf303b2b3
commit 80d7079953

5
.bowerrc Normal file
View File

@@ -0,0 +1,5 @@
{
"scripts": {
"postinstall": "grunt"
}
}