https://github.com/vicchi/mostly-maps
https://github.com/vicchi/mostly-maps
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/vicchi/mostly-maps
- Owner: vicchi
- Created: 2013-04-17T08:59:48.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-05-11T08:35:54.000Z (about 13 years ago)
- Last Synced: 2025-03-11T13:47:44.741Z (over 1 year ago)
- Language: PHP
- Size: 3.14 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mostly Maps is a child theme for the Frank WordPress theme. As seen at www.vicchi.org
## Customising Mostly Maps
### You Need Ruby and Ruby Gems Installed
If you're running on a Mac, you should already have this, but ensure that you have the
`gem` binary directory in your `$PATH` definition in your `.bash_profile`
```bash
PATH=$(brew --prefix ruby)/bin:$PATH
export PATH
```
### Install [Sass](http://sass-lang.com/)
```bash
$ gem install sass
$ gem install rb-fsevent
```
### Install [Compass](http://compass-style.org/install)
```bash
$ gem install compass
```
### Install [CoffeeScript](http://coffeescript.org/)
```bash
$ npm install -g coffee-script
```
Install [Juicer](http://cjohansen.no/en/ruby/juicer_a_css_and_javascript_packaging_tool)
```bash
$ gem install juicer
$ juicer install closure_compiler
```
### Watch For SCSS And CoffeeScript Changes
```bash
$ ./build/watch.sh
```
### Update The Main JS File
```bash
$ ./build/build.sh
```