Skip to content

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

License

Notifications You must be signed in to change notification settings

Netatwork-de/gulp-jspm-local

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published