Skip to content

Commit

Permalink
fixing bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
davydotcom committed Jun 16, 2016
1 parent 8bbc6a7 commit 9410d28
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Expand Up @@ -22,8 +22,6 @@ class AssetPipelineBootStrap {
if(!res.exists()) {
res = grailsApplication.getParentContext().getResource("classpath:assets/${propertyValue}")
}


def fileBytes = res.inputStream.bytes

def outputFile = new File(storagePath, propertyName)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -8,7 +8,7 @@ buildscript {
}

subprojects {
version = '2.9.2'
version = '2.9.3'
}

apply plugin: 'groovy'
Expand Down

0 comments on commit 9410d28

Please sign in to comment.