PeatioCryptoExchange icon indicating copy to clipboard operation
PeatioCryptoExchange copied to clipboard

rebuild a .slim template

Open openbooknoobdeveloper opened this issue 5 years ago • 4 comments

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

thank you.

openbooknoobdeveloper avatar Nov 13 '18 00:11 openbooknoobdeveloper

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 avatar Nov 13 '18 00:11 algobasket

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

algobasket avatar Nov 13 '18 00:11 algobasket

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,

openbooknoobdeveloper avatar Nov 13 '18 00:11 openbooknoobdeveloper

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 avatar Nov 13 '18 00:11 algobasket