Skip to content

Commit

Permalink
[refactor] Update to advanced asset pipeline
Browse files Browse the repository at this point in the history
Fixes #3
  • Loading branch information
JuanVqz committed Dec 4, 2022
1 parent 681d8a1 commit 74fa7df
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 11 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ gem 'middleman-syntax', '~> 3.0'

gem 'middleman-blog', '~> 4.0', '>= 4.0.2'
gem 'nokogiri'
gem 'middleman-sprockets'
gem 'sprockets', '3.7.2'
gem "vite_padrino"
gem "vite_ruby"
gem 'haml', '~> 5.2', '>= 5.2.2'

# Live-reloading plugin
Expand Down
22 changes: 13 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ GEM
concurrent-ruby (1.1.10)
contracts (0.13.0)
dotenv (2.8.1)
dry-cli (0.7.0)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
Expand Down Expand Up @@ -89,9 +90,6 @@ GEM
middleman-core (>= 3.0.2)
multi_json (~> 1.0)
rack-livereload
middleman-sprockets (4.1.1)
middleman-core (~> 4.0)
sprockets (>= 3.0)
middleman-syntax (3.3.0)
middleman-core (>= 3.2)
rouge (~> 3.2)
Expand All @@ -117,15 +115,14 @@ GEM
rack (2.2.4)
rack-livereload (0.3.17)
rack
rack-proxy (0.7.4)
rack
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rouge (3.30.0)
sass (3.4.25)
servolux (0.13.0)
sprockets (3.7.2)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
temple (0.9.1)
thor (1.2.1)
thread_safe (0.3.6)
Expand All @@ -134,6 +131,13 @@ GEM
thread_safe (~> 0.1)
uglifier (3.2.0)
execjs (>= 0.3.0, < 3)
vite_padrino (3.0.0)
vite_ruby (~> 3.0)
vite_ruby (3.2.12)
dry-cli (~> 0.7.0)
rack-proxy (~> 0.6, >= 0.6.1)
zeitwerk (~> 2.2)
zeitwerk (2.6.6)

PLATFORMS
ruby
Expand All @@ -146,11 +150,11 @@ DEPENDENCIES
middleman-deploy (~> 2.0.0.pre.alpha)
middleman-disqus
middleman-livereload (~> 3.1.0)
middleman-sprockets
middleman-syntax (~> 3.0)
nokogiri
sprockets (= 3.7.2)
vite_padrino
vite_ruby
wdm (~> 0.1.0)

BUNDLED WITH
1.16.1
1.17.2

0 comments on commit 74fa7df

Please sign in to comment.