Skip to content

Commit

Permalink
add UMD boilerplate
Browse files Browse the repository at this point in the history
  • Loading branch information
siordache committed May 19, 2017
1 parent 0f143a8 commit 7e68e20
Show file tree
Hide file tree
Showing 2 changed files with 384 additions and 372 deletions.
3 changes: 0 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -407,9 +407,6 @@ task prepareNpm(type: Copy) {
from "text-io-web/src/main/resources/public-html/textterm"
into "build/npm"
filter(ReplaceTokens, tokens:[textIoVersion : textIoVersion])
filesMatching('*.js') {
filter { String line -> line.replace("var createTextTerm =", "exports.createTextTerm =") }
}
filteringCharset = 'UTF-8'
}

Expand Down
Loading

0 comments on commit 7e68e20

Please sign in to comment.