Skip to content

Commit b1595cc

Browse files
committed
fix serving app
1 parent 3fa8b7c commit b1595cc

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

app/assets/config/manifest.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
//= link_tree ../images
2+
//= link_directory ../stylesheets .css
3+
//= link_tree ../../javascript .js

app/assets/images/.keep

Whitespace-only changes.

config/application.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
module StreamPusher
2525
class Application < Rails::Application
2626
config.api_only = true
27+
config.assets.paths << Rails.root.join('app', 'javascript')
2728
# Settings in config/environments/* take precedence over those specified here.
2829
# Application configuration should go into files in config/initializers
2930
# -- all .rb files in that directory are automatically loaded.

0 commit comments

Comments
 (0)