Jarzon / PrimGulp

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prim Gulp

Gulpfile for Prim

Installation

npm install primgulp

And add a .gulpfile in your project root folder:

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

About

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


Languages

Language:JavaScript 100.0%