# customify/1.2.5/+development.rb

Customify, version 1.2.5. 6 lines.

- Page: https://pluginprobe.com/plugins/customify/1.2.5/code/+development.rb
- Raw: https://pluginprobe.com/plugins/customify/1.2.5/raw/+development.rb
- Modified: 2015-05-05T17:04:54+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/customify/1.2.5/code/+development.rb#L10-L20`.

```ruby
#!/usr/bin/env ruby

# run compass compiler
puts 'Compass/Sass now running in the background.'
Kernel.exec('sass --watch --compass --sourcemap scss:css --style expanded -E utf-8  2> /dev/null')

```
