Skip to content

Commit a2c4025

Browse files
committed
Add sprockets for wickedPDF
1 parent d5f9cb1 commit a2c4025

7 files changed

Lines changed: 13 additions & 0 deletions

File tree

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ gem 'pry-byebug'
7676
gem 'pry-rails'
7777
gem 'puma'
7878
gem 'sentry-raven'
79+
gem 'sprockets-rails'
7980
gem 'uglifier'
8081

8182
group :development, :test do

Gemfile.lock

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -993,6 +993,14 @@ GEM
993993
spring-watcher-listen (2.1.0)
994994
listen (>= 2.7, < 4.0)
995995
spring (>= 4)
996+
sprockets (4.2.2)
997+
concurrent-ruby (~> 1.0)
998+
logger
999+
rack (>= 2.2.4, < 4)
1000+
sprockets-rails (3.5.2)
1001+
actionpack (>= 6.1)
1002+
activesupport (>= 6.1)
1003+
sprockets (>= 3.0.0)
9961004
stringio (3.1.7)
9971005
swd (1.3.0)
9981006
activesupport (>= 3)
@@ -1116,6 +1124,7 @@ DEPENDENCIES
11161124
puma
11171125
rubocop
11181126
sentry-raven
1127+
sprockets-rails
11191128
uglifier
11201129
web-console
11211130

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 ../javascripts .js
3+
//= link_directory ../stylesheets .css

app/assets/fonts/.keep

Whitespace-only changes.

app/assets/images/.keep

Whitespace-only changes.

app/assets/javascripts/.keep

Whitespace-only changes.

app/assets/stylesheets/.keep

Whitespace-only changes.

0 commit comments

Comments
 (0)