1.0.24 • Published 8 years ago

@palante/palante-gulp v1.0.24

Weekly downloads
1
License
ISC
Repository
github
Last release
8 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

8 years ago

1.0.23

8 years ago

1.0.22

8 years ago

1.0.21

8 years ago

1.0.20

8 years ago

1.0.19

8 years ago

1.0.18

8 years ago

1.0.17

8 years ago

1.0.16

8 years ago

1.0.15

8 years ago

1.0.14

8 years ago

1.0.13

8 years ago

1.0.12

8 years ago

1.0.11

8 years ago

1.0.10

8 years ago

1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago