aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorJon Moss <maclover7@users.noreply.github.com>2016-12-27 08:36:58 -0500
committerGitHub <noreply@github.com>2016-12-27 08:36:58 -0500
commit57908d8a5e4ea83251b338cf51648a552969f3dd (patch)
tree9481d1bfeb8cf83ea19a1318a1e9118434408d22 /railties
parent933ae2cc142d543758aab05b9f05c6f86bf0ff47 (diff)
parentfab3a73af4e6f10f80cfd2a9004426c432394ddc (diff)
downloadrails-57908d8a5e4ea83251b338cf51648a552969f3dd.tar.gz
rails-57908d8a5e4ea83251b338cf51648a552969f3dd.tar.bz2
rails-57908d8a5e4ea83251b338cf51648a552969f3dd.zip
Merge pull request #27471 from maclover7/jm-rm-spaces
Light CHANGELOG.md linting
Diffstat (limited to 'railties')
-rw-r--r--railties/CHANGELOG.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md
index 8a1a440fca..26660dd873 100644
--- a/railties/CHANGELOG.md
+++ b/railties/CHANGELOG.md
@@ -2,12 +2,12 @@
To generate a new app that has Webpack dependencies configured and binstubs for webpack and webpack-watcher:
- rails new myapp --webpack
+ `rails new myapp --webpack`
To generate a new app that has Webpack + React configured and an example intalled:
-
- rails new myapp --webpack=react
-
+
+ `rails new myapp --webpack=react`
+
*DHH*
* Add Yarn support in new apps with a yarn binstub and vendor/package.json. Skippable via --skip-yarn option.