Skip to content

Commit

Permalink
chore: fix OSX instructions to remove non-essential files
Browse files Browse the repository at this point in the history
  • Loading branch information
wardbell committed Feb 6, 2017
1 parent d0e7594 commit 816b8bd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ by entering the following commands while in the project folder:

##### OS/X (bash)
```shell
xargs -a non-essential-files.txt rm -rf
rm app/*.spec*.ts
rm non-essential-files.txt
xargs rm -rf < non-essential-files.osx.txt
rm src/app/*.spec*.ts
rm non-essential-files.osx.txt
```

##### Windows
Expand Down
1 change: 1 addition & 0 deletions non-essential-files.osx.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.git .gitignore .travis.yml CHANGELOG.md e2e favicon.ico karma.conf.js karma-test-shim.js LICENSE non-essential-files.txt protractor.config.js README.md
1 change: 1 addition & 0 deletions non-essential-files.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ karma.conf.js
karma-test-shim.js
LICENSE
non-essential-files.txt
non-essential-files.osx.txt
protractor.config.js
README.md

0 comments on commit 816b8bd

Please sign in to comment.