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

10 years ago

1.0.21

10 years ago

1.0.20

10 years ago

1.0.19

10 years ago

1.0.18

10 years ago

1.0.17

10 years ago

1.0.16

10 years ago

1.0.15

10 years ago

1.0.14

10 years ago

1.0.13

10 years ago

1.0.12

10 years ago

1.0.11

10 years ago

1.0.10

10 years ago

1.0.9

10 years ago

1.0.8

10 years ago

1.0.7

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago