DOBT's base styles. Live demo
# Gemfile
gem 'dvl-core', github: 'dobtco/dvl-core'
# assets/stylesheets/application.css
/*
*= require dvl/core
*/
# assets/javascripts/application.js
//= require dvl/core
We include compiled CSS in the dist/
directory for use outside of a Sprockets environment. Occasionally these stylesheets may get out of sync -- if so, running script/compile
will rebuild them, and you can commit the result as well.
script/bootstrap
script/server
- Open http://dvlcore.dev in your web browser (assuming you have dobtco/our-boxen installed)
Push to master
and the demo site will be deployed.