Skip to content

Commit

Permalink
add sass-embedded gem
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeta committed Jan 3, 2025
1 parent 114c7a6 commit 48166c3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ gem 'rdf-vocab', require: 'rdf/vocab'
gem 'oai'
gem 'active_storage_validations'
gem 'faraday-multipart'
gem "sass-embedded"

group :development, :test do
gem 'annotate'
Expand Down
6 changes: 6 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,9 @@ GEM
request_store (~> 1.0)
globalize-accessors (0.3.0)
globalize (>= 5.0.0)
google-protobuf (4.29.2-x86_64-linux)
bigdecimal
rake (>= 13)
hashdiff (1.1.2)
highline (3.1.1)
reline
Expand Down Expand Up @@ -434,6 +437,8 @@ GEM
ffi (~> 1.12)
logger
rubyzip (2.3.2)
sass-embedded (1.83.0-x86_64-linux-gnu)
google-protobuf (~> 4.28)
scanf (1.0.0)
securerandom (0.4.1)
selenium-webdriver (4.27.0)
Expand Down Expand Up @@ -575,6 +580,7 @@ DEPENDENCIES
rspec-rails
rspec_junit_formatter
rss
sass-embedded
selenium-webdriver
simplecov
sitemap_generator
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"scripts": {
"build": "esbuild app/javascript/*.* --bundle --sourcemap --format=esm --outdir=app/assets/builds --public-path=/assets",
"build:css": "sass ./app/assets/stylesheets/application.scss:./app/assets/builds/application.css --no-source-map --load-path=node_modules"
"build:css": "bundle exec sass ./app/assets/stylesheets/application.scss:./app/assets/builds/application.css --no-source-map --load-path=node_modules"
},
"dependencies": {
"@babel/runtime": "^7.26.0",
Expand Down

0 comments on commit 48166c3

Please sign in to comment.