Skip to content

Commit

Permalink
clean up of asset controller and Jetty Support
Browse files Browse the repository at this point in the history
  • Loading branch information
davydotcom committed Jan 15, 2014
1 parent 3de9e2b commit 3266b01
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ class AssetsController {
uri = params.id[0..(-extension.size()-2)]
}


def assetFile
if(params.containsKey('compile') && params.boolean('compile') == false) {
assetFile = assetProcessorService.serveUncompiledAsset(uri,format, extension, params.encoding)
Expand Down

0 comments on commit 3266b01

Please sign in to comment.