mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-08-28 22:08:54 -04:00
Move clear tasks to the task files they relate to.
This commit is contained in:
parent
3a45d36224
commit
d09459646d
4 changed files with 33 additions and 47 deletions
|
@ -19,3 +19,10 @@ gulp.task('load', ['clean:load'], function() {
|
|||
.pipe(symlink('dist/paper-full.js'))
|
||||
.pipe(symlink('dist/paper-node.js'));
|
||||
});
|
||||
|
||||
gulp.task('clean:load', function() {
|
||||
return del([
|
||||
'dist/paper-full.js',
|
||||
'dist/paper-node.js'
|
||||
]);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue