The base assets task that is responsible for collecting all of the assets into a single output directory
The list of input paths to add to output directory
# File lib/buildr/core/assets.rb, line 31 def paths unless @paths @paths = [] @paths << project._(:source, :main, :webapp) if File.exist?(project._(:source, :main, :webapp)) end @paths end
# File lib/buildr/core/assets.rb, line 26 def project=(project) @project = project end