gulp-jspm-local

1.0.9 • Public • Published

gulp-jspm-local

NPM version

A gulp task for updating your local dependencies installed by jspm-local endpoint.

Installation

Install gulp-jspm-local using npm into your global or local repository.

npm install gulp-jspm-local --save-dev

Usage

Setup a gulp task update-own-deps and execute updateLocalDependencies().

var gulp = require('gulp');
var tools = require('gulp-jspm-local');
 
// updates dependencies in this folder
// from folders in the parent directory
gulp.task('update-own-deps', function() {
  return tools.updateLocalDependencies();
});

License

Apache 2.0

Readme

Keywords

none

Package Sidebar

Install

npm i gulp-jspm-local

Weekly Downloads

3

Version

1.0.9

License

Apache-2.0

Last publish

Collaborators

  • netatwork-de