mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-08-28 22:08:54 -04:00
Gulp: More work on improved publish task for Bower.
This commit is contained in:
parent
1b1b9a1606
commit
0311c267f5
9 changed files with 40 additions and 32 deletions
|
@ -21,5 +21,5 @@ gulp.task('load', ['clean:load'], function() {
|
|||
});
|
||||
|
||||
gulp.task('clean:load', function() {
|
||||
return del([ 'dist/paper-full.js', 'dist/paper-core.js', 'dist/node/**' ]);
|
||||
return del([ 'dist/*.js', 'dist/node/**' ]);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue