This is the link to make this work. 1. Autosave, configuration for the windows.
http://12bubbles.com/2012/03/04/designers-tool-setting-up-chrome-dev-tools-autosave-on-windows/

You can also try this new
tin.cr.


2. Bover and use of the bower.
 Meet Bower: A Package Manager For The Web
http://net.tutsplus.com/tutorials/tools-and-tips/meet-bower-a-package-manager-for-the-web/

3.Coffee script and some useful commands.
The Absolute Beginner’s Guide to CoffeeScript.
http://blog.teamtreehouse.com/the-absolute-beginners-guide-to-coffeescript
a. Some good tips, regarding setTimeout in javascript using coffee
http://stackoverflow.com/questions/6459630/how-to-write-settimeout-with-params-by-coffeescript
setTimeout ( ->
something param
), 1000
The parentheses are optional, but starting the line with a comma seemed messy to me.
Global in CoffeeScript and some talk about it.

4. Yomen 
MODERN WORKFLOWS FOR MODERN WEBAPPS
http://yeoman.io/
There some very good starting videos. about Grunt, bower and Yomen.

5.CoffeeScript and AngularJS:
http://alxhill.com/blog/articles/angular-coffeescript/

6. Angularjs some tips and resources
6.1 Some tips for the jQuery developers to move to Angular js.
http://stackoverflow.com/questions/14994391/how-do-i-think-in-angularjs-if-i-have-a-jquery-background

7.Ember.js-Infused CoffeeScript