Skip to content

Commit

Permalink
deleting code that should not be there
Browse files Browse the repository at this point in the history
  • Loading branch information
jvalde committed Sep 16, 2011
1 parent 59b2879 commit 433d96d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions grails-app/resourceMappers/LesscssResourceMapper.groovy
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -67,13 +67,6 @@ class LesscssResourceMapper {
if(resourceFile.exists()){ if(resourceFile.exists()){
return resourceFile return resourceFile
} }

for(directory in GrailsPluginUtils.getPluginBaseDirectories()){
resourceFile = new File(directory + '/' + pluginName + '/' + GrailsResourceUtils.WEB_APP_DIR + '/' + resourcePath)
if(resourceFile.exists()){
return resourceFile
}
}
} }


return new File(GrailsResourceUtils.WEB_APP_DIR + sourcePath) return new File(GrailsResourceUtils.WEB_APP_DIR + sourcePath)
Expand Down

0 comments on commit 433d96d

Please sign in to comment.