view_assets 0.0.10 → 0.0.11

Sign up to get free protection for your applications and to get access to all the features.
@@ -199,9 +199,12 @@ module ViewAssets
199
199
  all_assets_in_manifest_dir = retrieve_all_from(manifest_dir)
200
200
  end
201
201
 
202
+ # retrieve_assets_from(real_manifest).flatten
203
+ # .concat(all_assets_in_manifest_dir)
204
+ # .concat([unabsolutely_pathize(real_manifest)])
205
+ # .uniq
202
206
  retrieve_assets_from(real_manifest).flatten
203
207
  .concat(all_assets_in_manifest_dir)
204
- # .concat([unabsolutely_pathize(real_manifest)])
205
208
  .uniq
206
209
  end
207
210
 
@@ -1,3 +1,3 @@
1
1
  module ViewAssets
2
- VERSION = "0.0.10"
2
+ VERSION = "0.0.11"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: view_assets
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.10
4
+ version: 0.0.11
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: