Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

when Skipping asset precompilation, it copied assets to wrong path #293

Closed
icn opened this issue Mar 25, 2015 · 2 comments
Closed

when Skipping asset precompilation, it copied assets to wrong path #293

icn opened this issue Mar 25, 2015 · 2 comments

Comments

@icn
Copy link

icn commented Mar 25, 2015

it copies "/var/www/rails/releases/4/public/assets" to "/var/www/rails/releases/5/public" Isn's it supposed to copy it to /var/www/rails/releases/5/public/assets if Skipping asset precompilation?

Thanks

@d4be4st
Copy link
Member

d4be4st commented Mar 25, 2015

No, because if you created assets folder in your public folder on purpose, you do not want the files to be copied to /public/assets/assets

http://www.computerhope.com/unix/ucp.htm

if the directory files-backup already exists, the directory files will be placed inside;
if files-backup does not already exist, it will be created and the contents of the files directory will be placed inside it.

@icn
Copy link
Author

icn commented Mar 25, 2015

I didn't create the assets fold. IT was all generated by standard rails assest pipeline

@d4be4st d4be4st closed this as completed Jul 5, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants