diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2016-10-18 12:22:12 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2016-10-18 12:22:12 +0200 |
commit | 37b1b8750d728d11d95fb64fe5f26f9278555354 (patch) | |
tree | 3bbcafc9e7fd6757f5c2981ce4abb137d43f5219 /.bowerrc | |
parent | Updated install.sh (diff) | |
download | newspipe-37b1b8750d728d11d95fb64fe5f26f9278555354.tar.gz newspipe-37b1b8750d728d11d95fb64fe5f26f9278555354.tar.bz2 newspipe-37b1b8750d728d11d95fb64fe5f26f9278555354.zip |
added bower in the postdeployment of the app
Diffstat (limited to '.bowerrc')
-rw-r--r-- | .bowerrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.bowerrc b/.bowerrc new file mode 100644 index 00000000..52b95c90 --- /dev/null +++ b/.bowerrc @@ -0,0 +1,3 @@ +{ + "directory" : "src/web/static/bower_components" +} |