An open API service indexing awesome lists of open source software.

https://github.com/jarzon/primgulp

A gulpfile used to organise assets located in packs, for Prim.
https://github.com/jarzon/primgulp

gulp gulpfile javascript

Last synced: 6 months ago
JSON representation

A gulpfile used to organise assets located in packs, for Prim.

Awesome Lists containing this project

README

          

# Prim Gulp

Gulpfile for [Prim](https://github.com/Jarzon/Prim)

## Installation

`npm install primgulp`

And add a .gulpfile in your project root folder:

```
let gulp = require('gulp');
gulp.tasks = require('primgulp').tasks;
```