Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@epages/beyond_canvas

Package Overview
Dependencies
Maintainers
3
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@epages/beyond_canvas

Open-source framework that provides CSS and JS for apps designed and developed for the online shop software Beyond

  • 0.2.1-pre
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
16
decreased by-63.64%
Maintainers
3
Weekly downloads
 
Created
Source

Beyond Canvas

Gem Version License

Installation

  1. Add this line to your application's Gemfile:

    gem "beyond_canvas"
    
  2. Then execute:

    $ bundle install
    
  3. 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
    
  4. Delete all Sprockets directives in application.scss (require, require_tree and require_self) and use Sass’s native @import instead (Here's why?).

  5. Import Beyond Canvas at the beginning of application.scss. Any other styles must be imported after Beyond Canvas to avoid issues:

    @import 'beyond_canvas'
    
  6. Add the following to application.js:

    //= require beyond_canvas
    
  7. Mount the engine in your routes file:

    mount BeyondCanvas::Engine => "/<your-mounting-path>"
    
  8. 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!

Keywords

FAQs

Package last updated on 01 Jun 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc