##// END OF EJS Templates
disable pusblish for playground
cin -
r106:42a5dbd25b32 default
parent child
Show More
@@ -102,6 +102,10 task copyModules(type: Copy) {
102 102 from npm.module("requirejs/require.js")
103 103 }
104 104
105 npmPublish {
106 enabled = false
107 }
108
105 109 task copyApp(type: Copy) {
106 110 dependsOn assemble
107 111 from typescript.assemblyDir
General Comments 0
You need to be logged in to leave comments. Login now