##// END OF EJS Templates
org.implab.gradle-typescript -> 1.1.1
cin -
r101:73578135a36a ts-plugin
parent child
Show More
@@ -1,5 +1,5
1 plugins {
1 plugins {
2 id "org.implab.gradle-typescript" version "1.1.0"
2 id "org.implab.gradle-typescript" version "1.1.1"
3 id "org.implab.gradle-hg"
3 id "org.implab.gradle-hg"
4 id "ivy-publish"
4 id "ivy-publish"
5 }
5 }
@@ -194,7 +194,7 task npmPackSources(type: Copy) {
194 from sources.main.ts
194 from sources.main.ts
195 if (symbols == 'pack') {
195 if (symbols == 'pack') {
196 npmPackContents.dependsOn npmPackSources
196 npmPackContents.dependsOn npmPackSources
197 }
197 }
198
198
199 if (flavour == 'browser') {
199 if (flavour == 'browser') {
200 from sources.amd.ts
200 from sources.amd.ts
General Comments 0
You need to be logged in to leave comments. Login now