Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
To fix broken compilation with sass source-maps
  • Loading branch information
kr8n3r committed Feb 22, 2024
1 parent dcc47db commit 09772ff
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ gem 'middleman', '~> 4.5.0'
gem 'middleman-livereload'
gem 'middleman-sprockets'
gem 'sprockets', '~> 4.2.0'
gem 'sassc'
gem 'sassc-embedded'
gem 'webrick'
# you might need this if you're on a Mac `bundle config build.eventmachine --with-openssl-dir=/usr/bin/openssl`

Expand Down
8 changes: 5 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ GEM
fast_blank (1.0.1)
fastimage (2.2.6)
ffi (1.15.5)
google-protobuf (3.25.3)
haml (6.1.1)
temple (>= 0.8.2)
thor
Expand Down Expand Up @@ -94,13 +95,14 @@ GEM
rack (2.2.7)
rack-livereload (0.3.17)
rack
rake (13.1.0)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rbs (3.1.0)
rexml (3.2.5)
sassc (2.4.0)
ffi (~> 1.9)
sassc-embedded (1.70.0)
sass-embedded (~> 1.70)
servolux (0.13.0)
sprockets (4.2.0)
concurrent-ruby (~> 1.0)
Expand Down Expand Up @@ -134,7 +136,7 @@ DEPENDENCIES
middleman-livereload
middleman-sprockets
prettier_print
sassc
sassc-embedded
sprockets (~> 4.2.0)
syntax_tree
syntax_tree-haml
Expand Down

0 comments on commit 09772ff

Please sign in to comment.