Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vicchi/mostly-maps
https://github.com/vicchi/mostly-maps
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/vicchi/mostly-maps
- Owner: vicchi
- Created: 2013-04-17T08:59:48.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-05-11T08:35:54.000Z (over 11 years ago)
- Last Synced: 2024-11-17T08:14:59.152Z (about 2 months ago)
- Language: PHP
- Size: 3.14 MB
- Stars: 0
- Watchers: 2
- 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
```