grunt-mount
Grunt task to mount/unmount a network share
Provides two tasks: mount and unmount.
Installation
npm install --save-dev grunt-mount
Configuration
grunt; grunt;
On *nix systems, the share will be mounted at the specified mount-point. On Windows, the share will be mounted on the specified drive letter, and a symlink will be created at the mount-point.
Limitations:
- Only works for Linux, MacOS and Windows (FreeBSD and SunOS coming)
- Must specify a drive letter for Windows
- MountPoint must be relative path in order for Windows compatibility