This commit is contained in:
Tim Lancina
2015-07-20 17:01:03 -05:00
parent 5acfe0e963
commit 83d56ab4d2
5 changed files with 87 additions and 58 deletions

View File

@@ -20,7 +20,7 @@ module.exports = function(gulp, argv, buildConfig) {
console.log('Serving `dist` on http://localhost:' + buildConfig.protractorPort);
});
gulp.task('snapshot', ['build', 'protractor-server'], function(done) {
gulp.task('snapshot', [/*'build',*/ 'protractor-server'], function(done) {
var protractorConfigFile = path.resolve(projectRoot, 'scripts/snapshot/protractor.config.js');
snapshot(done, protractorConfigFile);
});