diff options
author | Thomas Park <thomas@thomaspark.co> | 2015-07-03 21:03:47 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.co> | 2015-07-03 21:03:47 -0400 |
commit | f6c0658770d4a002adbecc95a2f1fd0c8534a7ed (patch) | |
tree | 91a6244d2c4358f8a8e17589fdc8e9cb5a02c88b /.bowerrc | |
parent | 0e31fc27000acfd95a03f32815599aa766a4da87 (diff) |
add bower postinstall script to copy font files, closes #483
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 ./" + } +} |