Skip to content

Commit 80e54a8

Browse files
committed
Declare dummy app assets (required by sprockets 4)
#343 https://github.com/rails/sprockets/blob/master/UPGRADING.md#manifestjs
1 parent ad90a62 commit 80e54a8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spec/dummy/app/assets/config/manifest.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@
22
//= link_tree ../videos
33
//= link_directory ../javascripts .js
44
//= link_directory ../stylesheets .css
5+
//= link application.css
6+
//= link application.js

0 commit comments

Comments
 (0)