mirror of
https://github.com/inspec/inspec
synced 2024-11-23 05:03:07 +00:00
embed all responses into the tutorial
This commit is contained in:
parent
9474d02c83
commit
32066d3e53
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ gulp.task('copy', function(){
|
|||
gulp.src([
|
||||
'*.png',
|
||||
'app/**/*.{css,html,json}',
|
||||
'app/responses/**/*',
|
||||
'tutorial_files/**',
|
||||
])
|
||||
.pipe(gcopy('dist/'));
|
||||
|
|
Loading…
Reference in a new issue