1.1.4
- don
t copy JS / CSS files based onbrowser/stylefield ifmain` folder is by link instead of by copying. - instead of copying, making a symlink by following symlink in
node_modules.- symlink usually is for local dev files, which may contains many things we dont need as a module.
thus copying isn't the best way which may copy files like.gitornode_modules.
- symlink usually is for local dev files, which may contains many things we dont need as a module.