Get Homebrew installed on your mac if you don't already have it
Install highlight. "brew install highlight". (This brings down Lua and Boost as well)
| postgres: | |
| image: postgres:9.4 | |
| volumes: | |
| - ./init.sql:/docker-entrypoint-initdb.d/init.sql |
| // Config that can be loaded externally, similar | |
| // to [gulp-starter](https://github.com/greypants/gulp-starter) | |
| var src = './app/assets'; | |
| var dest = './public'; | |
| var config = { | |
| javascript: { | |
| src: src + '/javascript_app/**/*.{js,coffee}', | |
| rootFiles: [ | |
| { |
| // ---- | |
| // Sass (v3.4.12) | |
| // Compass (v1.0.3) | |
| // ---- | |
| /* | |
| _ ______ _ __ _ | |
| (_) |___ / | | / _(_) | |
| _ ___ ___ / /_______ _| |__ ______| |_ ___ __ |
| <script type="text/javascript"> | |
| (function () { | |
| "use strict"; | |
| // once cached, the css file is stored on the client forever unless | |
| // the URL below is changed. Any change will invalidate the cache | |
| var css_href = './index_files/web-fonts.css'; | |
| // a simple event handler wrapper | |
| function on(el, ev, callback) { | |
| if (el.addEventListener) { | |
| el.addEventListener(ev, callback, false); |
Get Homebrew installed on your mac if you don't already have it
Install highlight. "brew install highlight". (This brings down Lua and Boost as well)