app/views/locomotive/developers_documentation/_wagon.html.slim in locomotivecms-3.0.0.rc3 vs app/views/locomotive/developers_documentation/_wagon.html.slim in locomotivecms-3.0.0.rc4

- old
+ new

@@ -29,14 +29,14 @@ h3 Run your site locally pre code.bash - | cd #{current_site_name_with_underscores}</br>wagon serve + | cd #{current_site_name_with_underscores}</br>bundle exec wagon serve p Now, update any files of your site and see the results locally. h3 Deploy your modifications pre code.bash - | wagon push production + | bundle exec wagon push production