mirror of
https://github.com/timvisee/send.git
synced 2026-04-18 21:54:11 -04:00
converting some things to choo/component
This commit is contained in:
@@ -35,8 +35,7 @@ dependencies {
|
||||
}
|
||||
|
||||
task generateAndLinkBundle(type: Exec, description: 'Generate the android.js bundle and link it into the assets directory') {
|
||||
commandLine 'node'
|
||||
args '../generateAndLinkBundle.js'
|
||||
commandLine './buildAssets.sh'
|
||||
}
|
||||
|
||||
tasks.withType(JavaCompile) {
|
||||
|
||||
Reference in New Issue
Block a user