1.0.9 • Published 8 years ago

gulp-jspm-local v1.0.9

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

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago