-
Notifications
You must be signed in to change notification settings - Fork 62
couldn't find file 'trix/dist/trix' with type 'text/css' #40
Comments
Hello That is strange I haven't retested it for a while If it is also broken let me know I will investigate the potential breaking changes of the latest commits |
I downloaded your repo and it works. EDIT: hold up I try creating it from master instead of just checking out. |
Generating a project from scratch and then following your guide still throws the same error. |
vividmuimui-sandbox/actiontext-sample@446df6c # config/initializers/assets.rb
Rails.application.config.assets.paths << Rails.root.join('node_modules') |
Had same issue and worked like a charm, may this not be part of the configuration being done while running |
because of rails/actiontext#40
because of ttps://github.com/rails/actiontext/issues/40
I just installed wanted to test drive Rails version: 6.0.0.alpha
(Ruby version: 2.5.3 (x86_64-darwin18)) and followed this guide to try out action text:
https://dev.to/adrienpoly/step-by-step-guide-to-test-rails-activetext-4b8o
Trix including image upload works but I have to throw out this line:
actiontext/lib/templates/actiontext.scss
Line 6 in 1897413
Otherwise I get the following error:
So Trix is unfortunately completely unstyled. Am I missing something?
The text was updated successfully, but these errors were encountered: