Skip to content

Commit

Permalink
Stop publishing to Bower
Browse files Browse the repository at this point in the history
Publishing to Bower is something that is [becoming less important
nowadays](https://gofore.com/ohjelmistokehitys/stop-using-bower/), yet creates additional complexities:

  1. We have to remember to produce updated `dist` target files before each check-in.
	1. We have to remember to keep `package.json` and `bower.json` in sync.

It therefore makes sense to drop support for Bower.
  • Loading branch information
dchambers committed Aug 10, 2015
1 parent 1bb07fb commit 072d808
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 846 deletions.
8 changes: 3 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
_site
*.iml
*.idea
node_modules/
sauce_connect.log*
npm-debug.log
sauce_connect.log
node_modules
dist
18 changes: 0 additions & 18 deletions bower.json

This file was deleted.

Loading

0 comments on commit 072d808

Please sign in to comment.