phaser/tasks/options/gitclone.js
vulvulune 19bfd386ac Complete "tsdocs" tasks to download plugins
Complete the tsdocs task to download automatically the phaser-plugins
and scan their comments to add them in the phaser.comments.d.ts where
the plugins classes are defined.
2015-01-22 13:37:58 +01:00

9 lines
215 B
JavaScript

module.exports = {
plugins: {
options: {
repository: "https://github.com/photonstorm/phaser-plugins",
branch: "master",
directory: "out/plugins"
}
}
};