Sha256: af67c13befa3652848da7497dcee3d1cb572949a8d63e43c005fb8194e2704b5
Contents?: true
Size: 855 Bytes
Versions: 47
Compression:
Stored size: 855 Bytes
Contents
# solidus\_backend Backend contains the controllers, views, and assets making up the admin interface of Solidus. ## Assets ### JavaScript Can be found in [app/assets/javascripts/spree/backend/](./app/assets/javascripts/spree/backend/) Any new files should be in JavaScript (ES5). ### Stylesheets Can be found in [app/assets/stylesheets/spree/backend/](./app/assets/stylesheets/spree/backend/) The stylesheets are written in SCSS and include all of [Bourbon](http://bourbon.io/docs/) and [Bootstrap 4 alpha](http://v4-alpha.getbootstrap.com/). When running the application there is a styleguide available at: ``` /admin/style_guide ``` ## Testing Run the tests ```bash bundle exec rspec ``` Run the JavaScript tests (must have [ChromeDriver](https://sites.google.com/a/chromium.org/chromedriver/) installed) ```bash bundle exec teaspoon ```
Version data entries
47 entries across 47 versions & 1 rubygems