Getting Started with Gulp
This course has been retired. Check out the alternatives below
-
What do you get with a Packt Subscription?
- Instant access to this title and 7,500+ eBooks & Videos
- Constantly updated with 100+ new titles each month
- Breadth and depth in over 1,000+ technologies
-
Introducing Gulp
- Introducing Gulp
- What is gulp?
- What is node.js?
- Why use gulp?
- Summary
-
Getting Started
- Getting Started
- Getting comfortable with the command line
- Creating your project structure
- Adding content to the project
- Installing node.js and npm
- Installing gulp
- Anatomy of a gulpfile
- Writing a task
- Reflection
- Summary
-
Performing Tasks with Gulp
- Performing Tasks with Gulp
- Using gulp plugins
- The styles task
- The scripts task
- The images task
- The watch task
- The default task
- Summary
-
Using Node.js Modules for Advanced Tasks
- Using Node.js Modules for Advanced Tasks
- Why use plain node.js modules?
- Static server
- BrowserSync
- Browserify
- Summary
-
Resolving Issues
- Resolving Issues
- Handling errors
- Source ordering
- Project cleanup
- External configuration
- Task dependencies
- Source maps
- Installing a source maps plugin
- Summary