mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-08-28 22:08:54 -04:00
Release version 0.12.3
This commit is contained in:
parent
68ea63d99e
commit
f89934e331
10 changed files with 32426 additions and 22 deletions
|
@ -50,11 +50,12 @@ Object.keys(docOptions).forEach(function(name) {
|
|||
|
||||
// The goal of the typescript task is to automatically generate a type
|
||||
// definition for the library.
|
||||
gulp.task('docs:typescript', function() {
|
||||
return run(
|
||||
gulp.task('docs:typescript', function(callback) {
|
||||
run(
|
||||
'docs:typescript:clean:before',
|
||||
'docs:typescript:build',
|
||||
'docs:typescript:clean:after'
|
||||
'docs:typescript:clean:after',
|
||||
callback
|
||||
);
|
||||
});
|
||||
// First clean eventually existing type definition...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue