to be successful as a front-end developer, and developers who don’t meet this baseline are going to start feeling more and more left behind…” —rmurphey.com/blog/2012/04/12/a-baseline- for-front-end-developers/
in Git is that a change will be merged more often than it is written, as it is passed around various reviewers. Branches in git are very lightweight. http://marc.info/?l=linux- kernel&m=111288700902396
will reveal the source of the element under your cursor ‘in real time’. Having the source instantly expand to reveal what what you touch is quite fun - it gives one the sensation of panning for gold.” —Joe Hewitt, creator of Firebug http://joehewitt.com/2006/03/15/firebug-a-love-story
ENV['on'] || env_config.fetch('default') desc 'Sets up Mina to deploy to the requested environment' task :environment do env_config.fetch(environment).each do |key, value| set key.to_sym, value.to_s end end task :setup => :environment do end desc "Deploys the current version to the server." task :deploy => :environment do deploy do invoke :'git:clone' invoke :'deploy:link_shared_paths' to :launch do end end end desc "Deploys the current version to the server." task :deploy => :environment do deploy do invoke :'git:clone' invoke :'deploy:link_shared_paths' to :launch do end end end deploy.rb