Remove bower mentions from docs and .gitignore

This commit is contained in:
Petr Gazarov
2017-02-27 23:44:30 -05:00
parent ace5daa82d
commit f85bfc9fab
2 changed files with 0 additions and 4 deletions

1
.gitignore vendored
View File

@ -25,7 +25,6 @@ node_modules
*.iml *.iml
.DS_Store .DS_Store
Thumbs.db Thumbs.db
bower_components
main.css main.css
bundle.js bundle.js
coverage coverage

View File

@ -213,9 +213,6 @@ congratulations you're all set. Otherwise, let us know by asking in the [Con
# Reinstall npm packages # Reinstall npm packages
npm install npm install
# Re-run bower install
bower install
# Seed the database (optional) # Seed the database (optional)
node seed node seed