Skip to content

Commit

Permalink
Skip bootstrap for generation commands
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskleeh committed Mar 24, 2017
1 parent a4f167a commit af99423
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ import org.springframework.beans.factory.annotation.Value

class NgGenerateAllCommand implements GrailsApplicationCommand {

boolean skipBootstrap = true

private MappingContext grailsDomainClassMappingContext

@Autowired
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ import org.grails.io.support.SpringIOUtils

class NgInstallTemplates implements GrailsApplicationCommand {

boolean skipBootstrap = true

@Override
boolean handle() {
try {
Expand Down

0 comments on commit af99423

Please sign in to comment.