Beyond Canvas
![License](https://img.shields.io/github/license/ePages-de/beyond_canvas)
Installation
-
Add this line to your application's Gemfile:
gem "beyond_canvas"
-
Then execute:
$ bundle install
-
Restart your server and rename application.css
to application.scss
or application.sass
(in case you prefer to use the sass
syntax):
$ mv app/assets/stylesheets/application.css app/assets/stylesheets/application.scss
-
Delete all Sprockets directives in application.scss
(require
, require_tree
and require_self
) and use Sass’s native @import
instead (Here's why?).
-
Import Beyond Canvas at the beginning of application.scss
. Any other styles must be imported after Beyond Canvas to avoid issues:
@import 'beyond_canvas'
-
Add the following to application.js
:
-
Mount the engine in your routes file:
mount BeyondCanvas::Engine => "/<your-mounting-path>"
-
Run the generator:
$ rails g beyond_canvas:install
This will generate config/initializers/beyond_canvas.rb
file, used for general Beyond Canvas configuration. Read this wiki entry to get more information about the different configuration options.
Documentation
TBD
Contributing
Please see CONTRIBUTING.
Changelog
Beyond Canvas's changelog is available here.
License
beyond_canvas is Copyright © 2019 ePages GmbH. It is free software, and may be redistributed under the terms specified in the LICENSE file.
About ePages
As the largest independent provider of online shop software in Europe, ePages specialises in high-performance ecommerce solutions for small and medium-sized businesses.
Today, 100,000 companies in 70 countries operate professional online shops with ePages software in the cloud.
And we love open source software!
Check out our other projects, or become part of our team and develop great ecommerce software with us!