Ebook: Grunt.js Cookbook
Author: Jurie-Jan Botha
- Tags: JavaScript, Programming, Web Development & Design, Computers & Technology, Programming Languages, Ada, Ajax, Assembly Language Programming, Borland Delphi, C & C++, C#, CSS, Compiler Design, Compilers, DHTML, Debugging, Delphi, Fortran, Java, Lisp, Perl, Prolog, Python, RPG, Ruby, Swift, Visual Basic, XHTML, XML, XSL, Computers & Technology, Internet & Social Media, Blogging & Blogs, eBay, E-Commerce, Hacking, Online Searching, Podcasts & Webcasts, Search Engine Optimization, Social Media, Social Media for Business, Web Browsers, Web Ma
- Year: 2015
- Publisher: Packt Publishing
- Language: English
- epub
Over 80 hands-on recipes for streamlining development, management, and deployment with Grunt
About This Book
- Describes how to implement automation solutions for common web application development tasks
- Explores configuration variations that are available to the plugins used in each recipe
- A practical guide with clear and concise instructions to build entire web applications easily using Grunt.js
Who This Book Is For
This book will be useful to anyone who wishes to build anything from a static website to a more modern web application. Some basic JavaScript experience is preferable and some rudimentary knowledge of the Node.js platform could also come in handy.
What You Will Learn
- Automate CSS generation
- Manage asynchronous work inside a task
- Automate HTML and CSS template compilation
- Manage entire web applications using Grunt
- Automate various levels of testing
- Build and publish custom tasks and plugins
- Automate CoffeeScript and LiveScript code compilation
In Detail
A web application can quickly turn into a complex orchestration of many smaller components, each one requiring its own bit of maintenance. Grunt allows you to automate all the repetitive tasks required to get everything working together by using JavaScript, the most popular programming language.
Grunt Cookbook offers a host of easy-to-follow recipes for automating repetitive tasks in your web application's development, management, and deployment processes. This book will introduce you to methods that can be used to automate basic processes and your favorite tools. By following the recipes, you will soon be comfortable using Grunt to perform a wide array of advanced tasks in a range of different scenarios.