Cargando…

Getting started with grunt : the JavaScript task runner : a hands-on approach to mastering the fundementals of Grunt /

A step-by-step, practical tutorial to help you transform into a Grunt power-user. This book is for JavaScript developers who want to get to grips with GruntJS and use it to build and test their JavaScript applications. The only requirement for this book is a basic understanding of objects and functi...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Pillora, Jaime
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham, UK : Packt Pub., 2014.
Colección:Community experience distilled.
Temas:
Acceso en línea:Texto completo
Texto completo
Tabla de Contenidos:
  • Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Introducing Grunt; What is Grunt?; Why use Grunt?; Benefits of Grunt; Efficiency; Consistency; Effectiveness; Community; Flexibility; Real-world use cases; Static analysis or Linting; Transcompilation; CoffeeScript; Minification; Concatenation; Deployment; FTP; SFTP; S3; Summary; Chapter 2: Setting Up Grunt; Installation; Node.js; Modules; npm; Finding modules; Installing modules; Grunt; Project setup; package.json; Gruntfile.js; Directory structure; Configuring tasks.
  • Configuring multitasksConfiguring options; Configuring files; Single set of source files; Multiple sets of source files; Mapping a source directory to destination directory; Templates; Summary; Chapter 3: Using Grunt; Creating your own tasks; Tasks; The task object; Task aliasing; Multitasks; The multitask object; Asynchronous tasks; Running tasks; Command-line; Task arguments; Runtime options; Task help; Programmatically; Automatically; Using third-party tasks; Searching for tasks; Official versus user tasks; Task popularity; Task features; Task stars; Summary; Chapter 4: Grunt in Action.
  • Creating the buildStep 1
  • initial directory setup; Step 2
  • initial configuration; Step 3
  • organizing our source files; Scripts; Views; Styles; Step 4
  • optimizing our build files; Scripts; Styles; Views; Step 5
  • tasks and options; Step 6
  • improving development flow; Step 7
  • deploying our application; Summary; Chapter 5: Advanced Grunt; Testing with Grunt; Continuous integration with Grunt; External tasks; Grunt plugins; Useful plugins; JavaScript resources; Development tools; Author picks; Mac OS X; Sublime Text; SourceTree; Chrome DevTools; Community picks; WebStorm; Yeoman; Summary.