diff options
Diffstat (limited to '.bowerrc')
-rw-r--r-- | .bowerrc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.bowerrc b/.bowerrc new file mode 100644 index 00000000..186174bf --- /dev/null +++ b/.bowerrc @@ -0,0 +1,5 @@ +{ + "scripts": { + "postinstall": "cp -a ./bower_components/bootstrap/fonts ./" + } +} |