Skip to content

Commit

Permalink
Initial
Browse files Browse the repository at this point in the history
  • Loading branch information
plasticine committed Sep 22, 2013
0 parents commit a445dfe
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.DS_Store
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# bower-install step

Executes the `bower install` command with leveraging the wercker cache mechanism to improve installation time.

## Example

- bower-install
3 changes: 3 additions & 0 deletions run.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export $BOWER_STORAGE__CACHE=$WERCKER_CACHE_DIR/wercker/bower
mkdir -p $BOWER_STORAGE__CACHE
bower install
3 changes: 3 additions & 0 deletions wercker-step.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
name: bower-install
version: 0.0.1
description: bower-install step

0 comments on commit a445dfe

Please sign in to comment.