📅 You're Invited: Meet the Socket team at RSAC (April 28 – May 1).RSVP
Socket
Sign inDemoInstall
Socket

simple_site

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

simple_site

0.0.3
Rubygems
Version published
Maintainers
1
Created
Source

simple_site Build Status Dependency Status Code Climate

Helps build simple websites using haml and sass. Compresses your js. Deploys to AWS S3.

Quick start

Install the gem:

gem install simple_site

Add simple_site config to your Rakefile

require 'rubygems'
require 'bundler/setup'
require 'simple_site'

SimpleSite::Tasks.new do |site|
  site.js_files = [
    'jquery-1.6.2.min.js',
    'custom.js'
  ]
  site.buckets = %w(www.myawesomesite.com)
end

Run some rake tasks!

rake -T

Copyright (c) 2012 David Radcliffe. See LICENSE.txt for further details.

FAQs

Package last updated on 28 Dec 2012

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts