Include NodeJS related files in zipped distribution.

This commit is contained in:
Jürg Lehni 2017-01-01 14:40:58 +01:00
parent eceb99ea59
commit fa4502dfe3

View file

@ -22,6 +22,7 @@ gulp.task('zip', ['clean:zip', 'dist'], function() {
gulp.src([ gulp.src([
'dist/paper-full*.js', 'dist/paper-full*.js',
'dist/paper-core*.js', 'dist/paper-core*.js',
'dist/node/**/*',
'LICENSE.txt', 'LICENSE.txt',
'examples/**/*', 'examples/**/*',
], { base: '.' }), ], { base: '.' }),