Skip to content

Commit de8faa2

Browse files
committed
Add a hack
1 parent 61cbf06 commit de8faa2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/faucet_pipeline_rails/manifest.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ class Manifest
55
include Singleton
66

77
def fetch(asset_name)
8+
# XXX: Obviously a hack we need to remove
9+
return "/" if asset_name.start_with? "mission_control/"
810
manifest.fetch(asset_name)
911
rescue KeyError
1012
raise "The asset '#{asset_name}' was not in the manifest"

0 commit comments

Comments
 (0)