Giter Club home page Giter Club logo

Comments (5)

tongueroo avatar tongueroo commented on August 23, 2024 1

Great to hear.

Wondering if should make some changes to allow it to work without sprockets-jets. Will have to let it simmer on the brain. πŸ€” Closing this out.

from jets.

tongueroo avatar tongueroo commented on August 23, 2024

Interesting. The assets config is provided a part of sprockets-jets engine. The jets-upgrade tool should have added that to your Gemfile.

https://github.com/rubyonjets/jets-upgrade/blob/afb78c598cb850094be61de70c08cee7ab3678f8/lib/jets_upgrade/rewrite/gemfile.rb#L15

Can you double check the Gemfile. Wondering if that is it right now. Hopefully that's it. If not, will have to dig into it further.

Thinking might add sprockets-jets as a gemspec requirement. Or change the way this is handled. πŸ€”

Also, can you try on the same system with a new jets project. jets new demo. Would like to see if it’s app or system specific. To be clear, interested in the bug either way.

from jets.

djolereject avatar djolereject commented on August 23, 2024

I'll get back to you with the answer if adding sprockets-jets to Gemfile resolvs an issue, but here is the Gemfile of fresh project:

source "https://rubygems.org"

gem "jets", "~> 5.0.0"

# Use postgresql as the database for Active Record
gem "pg", "~> 1.1"
gem "sprockets-jets"
gem "importmap-jets"
gem "zeitwerk", ">= 2.6.12"

# development and test groups are not bundled as part of the deployment
group :development, :test do
  gem 'byebug', platforms: [:mri, :mingw, :x64_mingw]
  gem 'rack'
  gem 'puma'
end

group :test do
  gem 'rspec'
end

from jets.

djolereject avatar djolereject commented on August 23, 2024

Yeah, it's working now. Thanks!

from jets.

tongueroo avatar tongueroo commented on August 23, 2024

In #686 made sprockets-jets optional

from jets.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.