Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
karaxuna committed Jul 3, 2015
1 parent d5593fb commit 4c8b1f1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,11 @@ angular.module(module.name).controller(module.name + '.c.' + current.name,
## Watch modules folder and call `ngpack build` each time something changes

ngpack watch

## Fix line endings for linux (bug):

sudo apt-get install dos2unix
cd /usr/local/lib/node_modules/ngpack && sudo dos2unix ./**/*

## Remote packages (not implemented yet!)

Expand Down

0 comments on commit 4c8b1f1

Please sign in to comment.