Skip to content

Commit 821425e

Browse files
committed
Fixed some RST syntax issues
1 parent 2aef7f3 commit 821425e

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

frontend/encore/faq.rst

+7-5
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ That will minify your assets and make other performance optimizations. Yay!
2020

2121
But, what server should you run this command on? That depends on how you deploy.
2222
For example, you could execute this locally (or on a build server), and use
23-
[rsync](https://rsync.samba.org/) or something else to transfer the built files
24-
to your production server. Or, you could put your files on your production server
25-
first (e.g. via ``git pull``) and then run this command on production
26-
(ideally, before traffic hits your code). In this case, you'll need to install
27-
Node.js on your production server.
23+
`rsync`_ or something else to transfer the generated files to your production
24+
server. Or, you could put your files on your production server first (e.g. via
25+
``git pull``) and then run this command on production (ideally, before traffic
26+
hits your code). In this case, you'll need to install Node.js on your production
27+
server.
2828

2929
**2) Only Deploy the Built Assets**
3030

@@ -132,3 +132,5 @@ this via:
132132
133133
// require a non-minified file whenever possible
134134
require('respond.js/dest/respond.src.js');
135+
136+
.. _`rsync`: https://rsync.samba.org/

0 commit comments

Comments
 (0)