From c388e6dacb539400cd7725429cd123eb4e6a7c79 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Fri, 3 Feb 2017 19:55:24 +0100 Subject: Install Bower Configure it to work with Rails in the /vendor directory. --- bower.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 bower.json (limited to 'bower.json') 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" + ] +} -- cgit v1.2.3