Skip to content

Commit

Permalink
rename for tab completion's sake
Browse files Browse the repository at this point in the history
  • Loading branch information
orionz committed Dec 11, 2015
1 parent 1d9254b commit b6281e3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
web: livebook
webpack: $(npm bin)/webpack --watch
pypack: ./pypack --watch
packpy: ./packpy --watch
gopack: while true; do make -s ; sleep 5; done
File renamed without changes.
2 changes: 1 addition & 1 deletion setup
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash -x

npm install
./pypack
./packpy
go get -u github.com/ddollar/forego
make

0 comments on commit b6281e3

Please sign in to comment.