Giter Site home page Giter Site logo

Comments (9)

dacook avatar dacook commented on June 28, 2024 21

It seems really weird to me that the importmap solution doesn't cover css. It's like it only does half the job and leaves you to wonder about the rest (a google search shows lots of people scratching their heads and generally reverting to bundling).

When trying to migrate to import maps, the first thing I expected to see is extra options like this:

pin "tom-select", to: "https://ga.jspm.io/npm:[email protected]", preload: true,
  javascript: "/dist/js/tom-select.complete.js",
  css: "/dist/css/tom-select.css"

(but I probably haven't figured out how this all works yet)

from importmap-rails.

dhh avatar dhh commented on June 28, 2024 11

Yeah, you'll have to do this by hand. We don't have an API that could figure out what assets might be needed in addition to the main JS file. There may well be more than one. There may well be images. I don't see a path of us programmatically figuring this out.

from importmap-rails.

dacook avatar dacook commented on June 28, 2024 1

I'm rendering it at the foot of <body>, although it could/should probably be placed elsewhere.
This partial is rendered on all pages in my application (which is ok because it's used on most).

from importmap-rails.

buncis avatar buncis commented on June 28, 2024

to do it manually meaning is to do these steps

  1. download the css file manually
  2. put it on your vendor directory
  3. then require the file to your app/assets/stylesheets/application.css

from importmap-rails.

jclusso avatar jclusso commented on June 28, 2024

@dacook ironically running into the same exact thing. what did you settle on?

from importmap-rails.

dacook avatar dacook commented on June 28, 2024

I wasn't able to find a solution, so for the interim I've just been using HTML tags directly in a partial:

<!-- Load tom-select from CDN -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/tom-select.complete.min.js"></script>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/tom-select.min.css" rel="stylesheet">

To me, this seems superior because the package config is all in one place (name, version and entry point).

from importmap-rails.

buncis avatar buncis commented on June 28, 2024

did you render the partial on <head> or <body>?

from importmap-rails.

buncis avatar buncis commented on June 28, 2024

I press enter when all my typing is not inputted (wireless keyboard on linux XD)

have updated it

oh it is because html safe from github maybe

from importmap-rails.

dacook avatar dacook commented on June 28, 2024

Thanks, I've updated my answer too, to help keep commit history concise.

from importmap-rails.

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.