Last Updated: February 25, 2016
·
392
· francesco

Speeding up the annoying task of retrieving up-to-date code with Sublime

This is easy peasy.

Weslly Honorato from NetTuts+ created a simple package for Sublime Text to easily fetch latest version of an asset, a library, or even a whole project (from normalize.css to the html5-boilerplate).

Check this out:
http://net.tutsplus.com/articles/news/introducing-nettuts-fetch/

Once configured with the URLs you need, just use "Fetch" and choose your library. That's all. The library will be copied in you current file or directory.

Here's the source:
https://github.com/weslly/Nettuts-Fetch