[go: up one dir, main page]

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

rebuild a .slim template #21

Open
openbooknoobdeveloper opened this issue Nov 13, 2018 · 4 comments
Open

rebuild a .slim template #21

openbooknoobdeveloper opened this issue Nov 13, 2018 · 4 comments
Labels
Initial Issue Good for newcomers

Comments

@openbooknoobdeveloper
Copy link

I did some changes into the index.html.slim , now how I can rebuild it and see the changes?

thank you.

@algobasket
Copy link
Owner

bundle exec rake assets:clean
bundle exec rake assets:clobber
bundle exec rake tmp:clear
bundle exec rake assets:precompile
sudo service nginx restart

@algobasket
Copy link
Owner

to see live changes use Guard
https://github.com/guard/guard
https://www.youtube.com/watch?v=R0F32l0HSwk
👍

@openbooknoobdeveloper
Copy link
Author

I am started get this errror I dont know why :(

after run: bundle exec rake assets:clean
Could not find atomic-1.1.99 in any of the sources

all gems was installed earlier,

@algobasket
Copy link
Owner

which ruby version your using
i use rbenv install 2.2.2 -v
You can also manually add the atomic-1.1.99 in the Gemfile

@algobasket algobasket added the Initial Issue Good for newcomers label Nov 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Initial Issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants