Skip to content
This repository has been archived by the owner on Jun 1, 2022. It is now read-only.

Commit

Permalink
feat(build): add pull-dev-env task
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwischkaemper committed Dec 18, 2015
1 parent c7b22e1 commit 48eaf16
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build/tasks/dev.js
Expand Up @@ -18,3 +18,10 @@ gulp.task('update-own-deps', function() {
gulp.task('build-dev-env', function() {
tools.buildDevEnv();
});

// quickly pulls in all of the aurelia
// github repos, placing them up one directory
// from where the command is executed
gulp.task('pull-dev-env', function() {
tools.pullDevEnv();
});

0 comments on commit 48eaf16

Please sign in to comment.