Skip to content

Commit

Permalink
Fixes a random error, where 'Less::Parser' was scoped as 'Less::Parse…
Browse files Browse the repository at this point in the history
…r::Less::Parser'.
  • Loading branch information
fnordfish committed Mar 7, 2012
1 parent a35faf0 commit 5be90e2
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -16,6 +16,7 @@
LESS

def setup_stylesheet
require_dependencies 'less'
require_dependencies 'rack-less'
initializer :less, LESS_INIT
empty_directory destination_root('/app/stylesheets')
Expand Down

0 comments on commit 5be90e2

Please sign in to comment.