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

Commit

Permalink
feat(tools): Added build-dev-env task to skeleton-navigation
Browse files Browse the repository at this point in the history
Allows the dev to git clone and build all projects
  • Loading branch information
plwalters committed Jan 24, 2015
1 parent da130f4 commit 4c14509
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gulpfile.js
Expand Up @@ -116,6 +116,10 @@ gulp.task('update-own-deps', function(){
tools.updateOwnDependenciesFromLocalRepositories();
});

gulp.task('build-dev-env', function () {
tools.buildDevEnv();
});

gulp.task('serve', ['build'], function(done) {
browserSync({
open: false,
Expand Down

0 comments on commit 4c14509

Please sign in to comment.