Skip to content

Commit

Permalink
Update sprockets config to point to source/shared
Browse files Browse the repository at this point in the history
  • Loading branch information
amorde committed Nov 19, 2023
1 parent 27032e7 commit 0c1c148
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,12 @@ def shared_partial(*sources)

end

# Allow shared assets folder to not be in source, thereby not dragging in every asset
after_configuration do
sprockets.append_path "shared/img"
sprockets.append_path "shared/js"
sprockets.append_path "shared/fonts"
sprockets.append_path "shared/includes"
sprockets.append_path "shared/sass"
sprockets.append_path "source/shared/img"
sprockets.append_path "source/shared/js"
sprockets.append_path "source/shared/fonts"
sprockets.append_path "source/shared/includes"
sprockets.append_path "source/shared/sass"
end

navigation_data = {
Expand Down

0 comments on commit 0c1c148

Please sign in to comment.