Removed output when compiling assets. It seems to break vendored assets when running as an engine.
This commit is contained in:
parent
4c1e9fa9c4
commit
29e40b39ea
@ -23,14 +23,14 @@ module Locomotive
|
|||||||
locomotive/not_logged_in.js locomotive/not_logged_in.css
|
locomotive/not_logged_in.js locomotive/not_logged_in.css
|
||||||
locomotive/aloha.js)
|
locomotive/aloha.js)
|
||||||
|
|
||||||
# very useful to see what happens during the precompilation of the assets
|
# Uncomment the lines below to view the names of assets as they are
|
||||||
def compile_asset?(path)
|
# precompiled for the rails asset pipeline
|
||||||
puts "Compiling: #{path}"
|
#def compile_asset?(path)
|
||||||
true
|
#puts "Compiling: #{path}"
|
||||||
end
|
#true
|
||||||
|
#end
|
||||||
app.config.assets.precompile = [ method(:compile_asset?).to_proc ]
|
|
||||||
|
|
||||||
|
#app.config.assets.precompile = [ method(:compile_asset?).to_proc ]
|
||||||
end
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user