Skip to content

Commit daa957d

Browse files
authored
Merge pull request #1821 from denny/fix/asset-pipeline
Explicitly point js at the config
2 parents bb41c5a + df5679d commit daa957d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/assets/config/manifest.js

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
//= link shinycms_manifest.js

plugins/ShinyCMS/app/assets/config/shinycms_manifest.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
//= link smartmenus.css
1717

1818
// Themes
19-
//= link_tree themes/javascript
19+
//= link_tree ../../../../../themes/javascript

0 commit comments

Comments
 (0)