| @@ -1,5 +1,5 | |||||
| 1 | plugins { |
|
1 | plugins { | |
| 2 |
id "org.implab.gradle-typescript" version "1.1. |
|
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
