Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.45 KB

README.md

File metadata and controls

31 lines (20 loc) · 1.45 KB

Accio Code Tutorials: Gulp#

Updated: 4-3-14

This tutorial series for AccioCode is about all things Gulp. Similar to Grunt, Gulp has become increasingly popular for doing the same tasks that Grunt does, but in a more JavaScript friendly way.

What is AngularJS

Gulp will help you automate and enhance your workflow with easy to write tasks.

##Easy to use##

By preferring code over configuration, gulp keeps things simple and makes complex tasks manageable.

##Efficient##

Using the power of node streams, gulp gives you fast builds that don't write intermediary files to disk.

##High Quality##

By enforcing strict plugin guidelines, we ensure that plugins stay simple and work as expected.

##Easy to Learn##

Using node best practices and maintaining a minimal API surface, your build works exactly as you would imagine.

Course Videos

  1. Getting Started with Gulp
  2. Separate Tasks with Gulp
  3. Gulp Watch
  4. Gulp, Sass and Watch
  5. Gulp BrowserSync
  6. Simple Error Handling with Gulp