Skip to content

Commit

Permalink
change configure for package
Browse files Browse the repository at this point in the history
  • Loading branch information
hasegetc committed Mar 29, 2020
1 parent 81521f1 commit 72af21f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,16 @@ repositories {
dependencies {
runtime "org.grails.profiles:rest-api:4.0.0.RC1"
}

processResources {
exclude ('**/node_modules/**')
// dependsOn gulp_build
}

jar {
exclude ('**/node_modules/**')
}

sourcesJar {
exclude ('**/node_modules/**')
}
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1 @@
rootProject.name = "angular"
rootProject.name = "ng-alain"

0 comments on commit 72af21f

Please sign in to comment.