Front End Tooling 2015
저자: Collin Messer

1. Resources
1.1. http://ashleynolan.co.uk/blog/frontend-tooling-survey-2015-results
1.2. www.google.com :)
2. Application Structure
2.1. Scaffolding Tools
2.1.1. Yeoman
2.1.2. Brunch
2.1.3. Loom
2.2. Managing Dependencies
2.2.1. Bower
2.2.2. WebPack
2.2.3. Browserify
2.2.4. NPM
3. Building The Application (code, test, build, deploy)
3.1. Full Build System
3.1.1. Grunt
3.1.2. Gulp
3.1.3. Broccoli
4. Languages
4.1. HTML (currently HTML5)
4.2. CSS (currently CSS3)
4.3. Javascript (currently ES6)
5. Preprocessors
5.1. HTML
5.1.1. HAML
5.1.2. Jade
5.1.3. Markdown
5.1.4. Slim
5.2. CSS
5.2.1. Sass
5.2.2. LESS
5.2.3. Stylus
5.3. Javascript
5.3.1. CoffeeScript
5.3.2. LiveScript