docs updatesx

This commit is contained in:
Anton Lavrenov
2019-01-06 03:01:20 -05:00
parent 4d58cd6479
commit 52f2b8178b
56 changed files with 3085 additions and 2703 deletions

View File

@@ -90,7 +90,7 @@ var tsProject = ts.createProject('tsconfig.json');
function build() {
return gulp
.src(['./dist/konva.js'])
.src(['./konva.js'])
.pipe(replace('@@shapeParams', ShapeParams))
.pipe(replace('@@nodeParams', NodeParams))
.pipe(replace('@@containerParams', ContainerParams))