Blog
May 13, 2016 23:15
Watching S Pilgrimm for umteenth time, all thanks to my awesome sister for recommending way back. :-)April 10, 2016 22:04
Well that didn't take long :-) right to the top, still trying to figure out how to get down.April 2, 2016 13:48
If you thought there were tens of ways to do the same thing in git, you should avoid ever learning modern web-dev: For giggles and optimization, I'm trying to learn how best to manage dependencies and generating nice clean output. For deps, there's 3 different repos (bower, grunt & npm). Then, for automation there's 2 different tools (grunt & gulp). THEN, for each of these there are seemingly MILLIONS of competing plugins that each do roughly the same thing, but all with completely different configs, requirements, and outputs.I've yet to find a truly simple and straightforward system for taking my declared set of dependencies, and automating their inclusion in my application.