# Abstractio This is the Abstractio project. We love making super awesome stuff, but even more we like to empower people to make changes on their own. Feel free to fork and improve Abstractio. ## Compass Project If you have a compass project and would like updated assets you can run the following command at any given time from within your project directory: compass create -r themepile-abstractio --using abstractio ## Development Want to test out the Compass templates. Don't recompile the gem every time, use `bundler` like so: ```bash mkdir demo1 cd demo1 echo -e 'source :rubygems\n gem "themepile-abstractio", :path => "/path/to/abstractio/repo"\n gem "compass"\n' > Gemfile bundle exec compass create -r themepile-abstractio --using abstractio ``` On subsequent template updates use: ```bash bundle exec compass create -r themepile-abstractio --using abstractio --force ``` ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Test your changes to the best of your ability. We've provided a test/ folder, feel free to add to it as necessary. 4. Commit your changes (`git commit -am 'Added some feature'`) 5. Push to the branch (`git push origin my-new-feature`) 6. Create new Pull Request