claudiug
Joined 7/31/2016
claudiug said over 4 years ago on Fixing Assets in CSS Bundling for Rails :
how this will work with slim-select for example
I try to add in application.sass.scss 

@use 'slim-select/dist/slimselect.css';
@
import also
I try to also add it inside of the js
neither work.

any tips here?


claudiug said over 4 years ago on Fixing Assets in CSS Bundling for Rails :
@use 'slim-select/dist/slimselect.css';
@use 'bootstrap/scss/bootstrap';

using this will load all of them

claudiug said over 4 years ago on Dabbling with Turbo :
my issue with this is that I have no clear scenarios, or best practice, or when to use frame vs stream etc.

claudiug said over 1 year ago on Kamal 2 :
I think is also important that you need to have docker on the machine, and start it :)

claudiug said over 1 year ago on Kamal 2 :
Sorry, what I mean, when you run kamal setup from terminal(example: mac) you need to have docker up and running on your mac. AFAIK