aboutsummaryrefslogtreecommitdiffstats
path: root/actiontext/CHANGELOG.md
diff options
context:
space:
mode:
authorVinicius Brasil <marcosbrasilaraujo@gmail.com>2019-01-27 22:30:17 -0200
committerGitHub <noreply@github.com>2019-01-27 22:30:17 -0200
commit95e00befbc2fe46aafb15046ac229884688f677d (patch)
treece3c9f9bda3b65e3b4a8fe8b0ebcbf76a84bd0f3 /actiontext/CHANGELOG.md
parent1d26c86b8611bb37f5641d4f3e3e94d8675eba1d (diff)
downloadrails-95e00befbc2fe46aafb15046ac229884688f677d.tar.gz
rails-95e00befbc2fe46aafb15046ac229884688f677d.tar.bz2
rails-95e00befbc2fe46aafb15046ac229884688f677d.zip
Add line break to Action Text installation outputs
The Action Text installations appends `require("trix")` to the application.js file. The problem is that there isn't a line break in the beginning of the installation output, leading to syntax errors, e.g.: ``` import './application.scss'require("trix") ``` This commit moves the line break from the end to the beginning of the output, fixing it to: ``` import './application.scss' require("trix") ```
Diffstat (limited to 'actiontext/CHANGELOG.md')
0 files changed, 0 insertions, 0 deletions