Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ADDED NEW .symLink() method to easily generate links like : myproject-la... #16

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

zipang
Copy link

@zipang zipang commented Sep 22, 2014

Because simple things should be kept simple... Thanks for a cool little tool that i dig much better than... grunt ??

This is a proposal for a method that i needed to easily keep a symlink to the latest version of my builds.

Usage :

buildify("../js/")
  /* build the suff */
  .save('mycoolstuff-' + version + '.js')
  .symLink('mycoolstuff-' + version + '.js', 'mycoolstuff-latest.js');

@powmedia
Copy link
Owner

Looks good to me, would you be able to add a test and update the readme to show the usage example?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants