chore(gulp snapshot): make it run demos task beforehand

This commit is contained in:
Andrew Joslin
2014-06-12 08:39:19 -06:00
parent 024f51d38e
commit a7b8cfa947

View File

@@ -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');
});