./lib/lux_assets/base.rb in lux_assets-0.2.15 vs ./lib/lux_assets/base.rb in lux_assets-0.2.19
- old
+ new
@@ -102,9 +102,12 @@
end
# touch all files and reset the timestamp
Dir['./public/assets/*']
.each { |file| system 'touch -t 201001010101 %s' % file }
+
+ # add integirty checks
+ LuxAssets::Manifest.update_integrity
end
# get all files as a hash
def to_h
unless @assets_loaded
\ No newline at end of file