aboutsummaryrefslogtreecommitdiffstats
path: root/bower.json
diff options
context:
space:
mode:
authorTeddy Wing2017-02-03 19:55:24 +0100
committerTeddy Wing2017-02-03 19:55:24 +0100
commitc388e6dacb539400cd7725429cd123eb4e6a7c79 (patch)
tree44b89378f513b7f8e3bb1561954754352388cde7 /bower.json
parent0c4c9d3d1e91529c4bb9b4b410293f3c38756e6a (diff)
downloadAngular-tutorial-c388e6dacb539400cd7725429cd123eb4e6a7c79.tar.bz2
Install Bower
Configure it to work with Rails in the /vendor directory.
Diffstat (limited to 'bower.json')
-rw-r--r--bower.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/bower.json b/bower.json
new file mode 100644
index 0000000..f886f6c
--- /dev/null
+++ b/bower.json
@@ -0,0 +1,10 @@
+{
+ "name": "notes_app",
+ "ignore": [
+ "**/.*",
+ "node_modules",
+ "bower_components",
+ "test",
+ "tests"
+ ]
+}