Skip to content

Commit

Permalink
slipped a commit
Browse files Browse the repository at this point in the history
  • Loading branch information
herereadthis committed Jun 8, 2014
1 parent cbf2495 commit ad6f37e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ $ cd bellmaker/
$ python -m SimpleHTTPServer
```

Site will load at http://localhost:8000/

## Build

```
Expand All @@ -20,6 +22,12 @@ grunt

## Setup

The Bellmaker assumes you have basic terminal skills and knowledge of Git. Additionally, your project is using LESS and Grunt.

### But what if my project is old school?

Maybe you write your novels on a typewriter. Maybe you develop your Tri-X in Rodinal. In which case, there is supplemental documentation for [***using the Bellmaker as straight CSS***](https://github.com/herereadthis/bellmaker/old_school.md).

### CSS importing

#### Add the Bellmaker as a submodule
Expand Down
1 change: 1 addition & 0 deletions old_school.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Bellmaker as Straight CSS
=========================

While Bellmaker is written on the assumption that your project is using LESS and Grunt, here is documentation for using its media queries towards a project using only CSS.

0 comments on commit ad6f37e

Please sign in to comment.