We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fa8b7c commit b1595ccCopy full SHA for b1595cc
app/assets/config/manifest.js
@@ -0,0 +1,3 @@
1
+//= link_tree ../images
2
+//= link_directory ../stylesheets .css
3
+//= link_tree ../../javascript .js
app/assets/images/.keep
config/application.rb
@@ -24,6 +24,7 @@
24
module StreamPusher
25
class Application < Rails::Application
26
config.api_only = true
27
+ config.assets.paths << Rails.root.join('app', 'javascript')
28
# Settings in config/environments/* take precedence over those specified here.
29
# Application configuration should go into files in config/initializers
30
# -- all .rb files in that directory are automatically loaded.
0 commit comments