Skip to content

Commit

Permalink
Added gemfile for compass and included instructions in the readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
rsandor committed Jun 29, 2014
1 parent 2062067 commit 6779027
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ sass/.sass-cache
npm-debug.log
node_modules/*
.DS_Store
Gemfile.lock
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
source 'https://rubygems.org'
gem 'compass'
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ Epoch uses several tools in its development:

All of the above tools can be installed via [npm](https://www.npmjs.org/). Run `npm install` in the project directory to install the above requirements. The remainder of this section assumes you have properly installed the requirements and have configured your `PATH` to run `npm`-installed executables.

##### Styles

To compile the Epoch stylesheet you will need to install [compass](http://compass-style.org/). If you have bundler (`gem install bundler`) you can simply run `bundle install` from the command-line to install Compass.


#### Basic Development Process

After cloning the repository, the best way to get started developing against Epoch is to follow the following steps:
Expand Down

0 comments on commit 6779027

Please sign in to comment.