embed all responses into the tutorial

This commit is contained in:
Dominik Richter 2016-09-26 06:49:20 +02:00
parent 9474d02c83
commit 32066d3e53

View file

@ -20,6 +20,7 @@ gulp.task('copy', function(){
gulp.src([
'*.png',
'app/**/*.{css,html,json}',
'app/responses/**/*',
'tutorial_files/**',
])
.pipe(gcopy('dist/'));