mirror of
https://github.com/basecamp/trix.git
synced 2026-05-17 12:00:38 +00:00
0403d53fdd
Removes the JavaScript and CSS file `FileUtils.cp` calls from `action_text-trix/Rakefile` so that the files can be generated by the existing tooling (`rollup.config.js` for JavaScript, `bin/sass-build` for CSS). With this change, the project is free to continue to utilize those tools to manage the files that will be included in the Gem, without needing to span the Ruby-NodeJS boundary.