1.0.9 • Published 10 years ago

gulp-jspm-local v1.0.9

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
10 years ago

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

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.4

10 years ago

1.0.3

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago