aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimmy Willison <timmywillisn@gmail.com>2013-08-27 14:22:28 -0400
committerTimmy Willison <timmywillisn@gmail.com>2013-08-27 14:22:28 -0400
commit0f2f6847ffb58c72e756c067785e57dfdf85bec0 (patch)
tree189a37189a70a7ef8137ee693495952655196081
parent9f433d9feca71bfe833376db306a8baa5e948a9d (diff)
downloadjquery-0f2f6847ffb58c72e756c067785e57dfdf85bec0.tar.gz
jquery-0f2f6847ffb58c72e756c067785e57dfdf85bec0.zip
Explicitly set bower folder location
-rw-r--r--.bowerrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.bowerrc b/.bowerrc
new file mode 100644
index 000000000..baa91a3e3
--- /dev/null
+++ b/.bowerrc
@@ -0,0 +1,3 @@
+{
+ "directory": "bower_components"
+} \ No newline at end of file
67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95