Skip to content

Commit

Permalink
Move filesystem components to noflo-filesystem, fixes noflo#61
Browse files Browse the repository at this point in the history
  • Loading branch information
bergie committed Jul 5, 2013
1 parent 833af6a commit 51981f9
Show file tree
Hide file tree
Showing 13 changed files with 4 additions and 456 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ New core components:
* _Gate_ forwards packets when the OPEN port has received data, and stops when CLOSE port has received data
* _Spring_ calculates motion of a damped spring

Changes to components:

* Filesystem components were moved to [noflo-filesystem](https://npmjs.org/package/noflo-filesystem)

New libraries:

* [noflo-dom](https://github.com/bergie/noflo-dom) for working with the Document Object Model
Expand Down
66 changes: 0 additions & 66 deletions src/components/CopyFile.coffee

This file was deleted.

23 changes: 0 additions & 23 deletions src/components/DirName.coffee

This file was deleted.

45 changes: 0 additions & 45 deletions src/components/MakeDir.coffee

This file was deleted.

26 changes: 0 additions & 26 deletions src/components/ReadDir.coffee

This file was deleted.

28 changes: 0 additions & 28 deletions src/components/ReadFile.coffee

This file was deleted.

33 changes: 0 additions & 33 deletions src/components/ReadFileRaw.coffee

This file was deleted.

28 changes: 0 additions & 28 deletions src/components/Stat.coffee

This file was deleted.

36 changes: 0 additions & 36 deletions src/components/WriteFile.coffee

This file was deleted.

36 changes: 0 additions & 36 deletions src/components/WriteFileRaw.coffee

This file was deleted.

46 changes: 0 additions & 46 deletions test/ReadDir.coffee

This file was deleted.

Loading

0 comments on commit 51981f9

Please sign in to comment.