File tree 1 file changed +7
-5
lines changed
1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ That will minify your assets and make other performance optimizations. Yay!
20
20
21
21
But, what server should you run this command on? That depends on how you deploy.
22
22
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.
28
28
29
29
**2) Only Deploy the Built Assets **
30
30
@@ -132,3 +132,5 @@ this via:
132
132
133
133
// require a non-minified file whenever possible
134
134
require (' respond.js/dest/respond.src.js' );
135
+
136
+ .. _`rsync` : https://rsync.samba.org/
You can’t perform that action at this time.
0 commit comments