acprsadmin

Results 4 comments of acprsadmin
trafficstars

by manually you mean park the assets in vendor and not use the gem?

Ok i parked trix.css in app/assets/stylesheets and trix.js in app/assets/javascripts //= require trix in application.js @import "trix"; application.scss I disabled the gem. i get this error... couldn't find file 'trix/banner'...

or should it use the trix.scss and trix coffee file under basecamp/trix/assets directly rather than the /dist directory. what is diff between trix.js and trix-core.js???

also what is the command to install trix with yarn? thanks