1.0.24 • Published 9 years ago

@palante/palante-gulp v1.0.24

Weekly downloads
1
License
ISC
Repository
github
Last release
9 years ago

Palante Gulp Files

A collection of Gulp files for Palante projects.

Installation

npm i @palante/palante-gulp --save-dev

Using Modules

We are using gulp with an ES6 babel preset.

First create a .babelrc json file with the preset:

{
  "presets": ["es2015"]
}

Second a file called gulpfile.babel.js then import and run the constructor function.

import {gulpExpress} from '@palante/palante-gulp';

gulpExpress();

Workflow Modules

Modules used for a whole application. Usually a collection of tasks.

ExpressJS

import {gulpExpress} from '@palante/palante-gulp';

gulpExpress();

Task Modules

Task modules are modules that are broken down into smaller pieces are only part of a workflow.

Babel transpile and Watch

Transpile from ES6 to ES5 and watch transpile when a file has changed

import {gulpBabel} from '@palante/palante-gulp';
gulpBabel();

Mocha Testing

Transpile from ES6 to ES5 and watch transpile when a file has changed

import {gulpMocha} from '@palante/palante-gulp';
gulpMocha();
1.0.24

9 years ago

1.0.23

9 years ago

1.0.22

9 years ago

1.0.21

9 years ago

1.0.20

9 years ago

1.0.19

9 years ago

1.0.18

9 years ago

1.0.17

9 years ago

1.0.16

9 years ago

1.0.15

9 years ago

1.0.14

9 years ago

1.0.13

9 years ago

1.0.12

9 years ago

1.0.11

9 years ago

1.0.10

9 years ago

1.0.9

9 years ago

1.0.8

9 years ago

1.0.7

9 years ago

1.0.6

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago