disable production compilation for now
This commit is contained in:
parent
3ed706e24e
commit
e7ea4f7662
|
@ -22,7 +22,7 @@ end
|
|||
output 'public/scripts'
|
||||
input assets.scripts do
|
||||
match '**/*.hbs' do
|
||||
travis_handlebars :precompile => assets.production?
|
||||
travis_handlebars :precompile => false # assets.production?
|
||||
concat 'templates.js'
|
||||
end
|
||||
|
||||
|
@ -64,7 +64,7 @@ input assets.scripts do
|
|||
if assets.production?
|
||||
match 'min/app.js' do
|
||||
strip_debug
|
||||
uglify squeeze: true
|
||||
# uglify squeeze: true
|
||||
concat 'app.js'
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue
Block a user