rename handlebars helper to travis_handlebars
This commit is contained in:
parent
d2cbde2cfa
commit
b2d0acbcf7
|
@ -11,7 +11,7 @@ assets.update_version
|
|||
output 'public/scripts'
|
||||
input assets.scripts do
|
||||
match '**/*.hbs' do
|
||||
handlebars :precompile => assets.production?
|
||||
travis_handlebars :precompile => assets.production?
|
||||
concat 'templates.js'
|
||||
end
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@ require 'rake-pipeline/dsl'
|
|||
module Travis
|
||||
class Assets
|
||||
module Helpers
|
||||
def handlebars(*args, &block)
|
||||
def travis_handlebars(*args, &block)
|
||||
filter(Filters::Handlebars, *args, &block)
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user