Building For Production

Thank you all for your reply!


To view the contents of the dist/ folder, I used web server based on Apache (local and real). With .htaccess file (as in php frameworks): RewriteEngine On RewriteCond% {REQUEST_FILENAME}! -f RewriteCond% {REQUEST_FILENAME}! -d RewriteRule ^ (. *) $ index.html [QSA, L]


Unfortunately, after the change: RewriteEngine On RewriteRule ^ index \ .html $ - [L] RewriteCond% {REQUEST_FILENAME}! -f RewriteCond% {REQUEST_FILENAME}! -d RewriteRule (. *) index.html [L] </ IfModule>

I still do not see anything on the screen (under ember server everything is ok).


I try to run this example: Quick Start

and getting these files on dist/: Zip file from tinyupload.com


Apart from instructions in the Getting Started, I have to do something else?

Thanks. L