Skip to content

Commit a54737a

Browse files
committed
fixing a bug
1 parent d3f79f3 commit a54737a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/_Events.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ eventCreatePluginArchiveStart = { stagingDir ->
1717
event("StatusUpdate",["Packaging Assets into Binary!"])
1818
def fileSystemAssetResolver = classLoader.loadClass('asset.pipeline.fs.FileSystemAssetResolver')
1919

20-
def fsResolver = fileSystemAssetResolver.newInstance("pluginPackage",new File(basedir, "grails-app/assets").canonicalPath).scanForFiles()
20+
def fsResolver = fileSystemAssetResolver.newInstance("pluginPackage",new File(basedir, "grails-app/assets").canonicalPath)
2121
def assetDirs = new File(basedir, "grails-app/assets")
2222
def assetPathDir = new File(stagingDir, 'META-INF/assets')
2323
assetPathDir.mkdirs()

0 commit comments

Comments
 (0)