On Thu, Jan 25, 2018 at 10:08 AM, <[email protected]> wrote: > + def appmtime > + # TODO can this/should this be cached? > + Wunderbar::Asset.convert("#{settings.views}/app.js.rb").mtime.to_i
Wunderbar::Asset.convert caches the results. It checks the timestamps of each of the files that are pulled together to produce the desired output. - Sam Ruby
