Skip to content

Commit

Permalink
chore(gulp snapshot): make it run demos task beforehand
Browse files Browse the repository at this point in the history
  • Loading branch information
ajoslin committed Jun 12, 2014
1 parent 024f51d commit a7b8cfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/gulp-tasks/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ module.exports = function(gulp, argv) {
protractorHttpServer = http.createServer(app).listen(buildConfig.protractorPort);
});

gulp.task('snapshot', ['protractor-server'], function(done) {
gulp.task('snapshot', ['protractor-server', 'demos'], function(done) {
snapshot(done, 'config/protractor.conf.js');
});

Expand Down

0 comments on commit a7b8cfa

Please sign in to comment.