kloy / gulp-with-grunt

Example of using gulp inside grunt task

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is this

An example of how to use gulp inside a grunt build process. Demonstrates creating a grunt task that wraps gulp. Technically this is really just demonstrating how to use streams inside a grunt task.

How to run

npm install
grunt

About

Example of using gulp inside grunt task


Languages

Language:JavaScript 96.6%Language:CSS 3.4%