Project

dvl-core

0.0
No commit activity in last 3 years
No release in over 3 years
Base styles for the DOBT View Layer.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

 Project Readme

dvl-core CircleCI

DOBT's base styles. Live demo

Usage

Rails (or any Sprockets environment)

# Gemfile
gem 'dvl-core', github: 'dobtco/dvl-core'

# assets/stylesheets/application.css
/*
*= require dvl/core
*/

# assets/javascripts/application.js
//= require dvl/core

Without Rails

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.

Development

  1. script/bootstrap
  2. script/server
  3. Open http://dvlcore.dev in your web browser (assuming you have dobtco/our-boxen installed)

Deployment

Push to master and the demo site will be deployed.

License

MIT