From f85bfc9fab96e866a57a9110e72dc732d30281dc Mon Sep 17 00:00:00 2001 From: Petr Gazarov Date: Mon, 27 Feb 2017 23:44:30 -0500 Subject: [PATCH] Remove bower mentions from docs and .gitignore --- .gitignore | 1 - CONTRIBUTING.md | 3 --- 2 files changed, 4 deletions(-) diff --git a/.gitignore b/.gitignore index 8a6ecb798d..e9dc762e61 100644 --- a/.gitignore +++ b/.gitignore @@ -25,7 +25,6 @@ node_modules *.iml .DS_Store Thumbs.db -bower_components main.css bundle.js coverage diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2905e08134..2652680008 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -213,9 +213,6 @@ congratulations – you're all set. Otherwise, let us know by asking in the [Con # Reinstall npm packages npm install - # Re-run bower install - bower install - # Seed the database (optional) node seed