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.
- Host: GitHub
- URL: https://github.com/jarzon/primgulp
- Owner: Jarzon
- Created: 2017-05-10T18:33:32.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-07-23T03:30:11.000Z (almost 2 years ago)
- Last Synced: 2025-03-25T09:25:06.528Z (over 1 year ago)
- Topics: gulp, gulpfile, javascript
- Language: JavaScript
- Homepage:
- Size: 432 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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;
```