Skip to content

colorfest/gulpTutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Basics on using gulp

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages