symlink-files
Symlink files (keeping the directory structure) during your build.
Installation
npm install symlink-files
Usage
;
Works with gulp
.
gulp;
Parameters
symlink_files(glob, client_path, build_path, [options,] callback)
Options
Options is an object with the following possible properties.
rel Whether to create relative symlinks or absolute (default: false)