mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-28 17:02:24 -05:00
Include NodeJS related files in zipped distribution.
This commit is contained in:
parent
eceb99ea59
commit
fa4502dfe3
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ gulp.task('zip', ['clean:zip', 'dist'], function() {
|
|||
gulp.src([
|
||||
'dist/paper-full*.js',
|
||||
'dist/paper-core*.js',
|
||||
'dist/node/**/*',
|
||||
'LICENSE.txt',
|
||||
'examples/**/*',
|
||||
], { base: '.' }),
|
||||
|
|
Loading…
Reference in a new issue