Skip to content
This repository has been archived by the owner on Nov 24, 2023. It is now read-only.

Commit

Permalink
Change installation directory to bower_components closes #4
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsunde committed Jul 27, 2013
1 parent 3e78740 commit fc951e4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
=== 0.1.5 ===
- Changed install directory to static/bower_components to be consistent with 1.0
- Fixed bower.json requiring a name in v1.0

=== 0.1.4 ===
- Return non-0 if bower encounters an error on bower_install.

Expand Down
2 changes: 1 addition & 1 deletion bower/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# -*- coding: utf-8 -*-
__version__ = '0.1.4'
__version__ = '0.1.5'
2 changes: 1 addition & 1 deletion bower/management/init_files/.bowerrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"directory": "static/components"
"directory": "static/bower_components"
}
2 changes: 1 addition & 1 deletion bower/management/init_files/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Bower installation path
static/components
static/bower_components

0 comments on commit fc951e4

Please sign in to comment.