File "site.moon"

Full path: /home/cakedeco/retaildirectonline.co.uk/system/storage/vendor/leafo/scssphp/site/site.moon
File size: 317 B (317 B bytes)
MIME-type: text/plain
Charset: utf-8

Download   Open   Edit   Advanced Editor &nnbsp; Back

require "sitegen"

tools = require "sitegen.tools"

sitegen.create_site =>
  @current_version = "0.0.12"
  @title = "SCSS Compiler in PHP"

  scssphp = tools.system_command "pscss < %s > %s", "css"
  build scssphp, "style.scss", "style/style.css"

  deploy_to "leaf@leafo.net", "www/scssphp/"

  add "docs/index.md"