Project

sitefuel

0.0
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
SiteFuel is a Ruby program and lightweight API for processing the source code behind your static and dynamic websites. SiteFuel can remove comments and unneeded whitespace from your CSS, HTML, and JavaScript files (as well as fragments in RHTML and PHP) files. It can also losslessly compress your PNG and JPEG images. SiteFuel can also deploy your website from SVN or GIT. Support for more formats and repositories is planned for future versions.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 1.0
>= 2.2
>= 0.8
>= 1.0
 Project Readme

SiteFuel¶ ↑

sitefuel.org¶ ↑

v0.1.0 (alpha release)¶ ↑


A program and API for minifying websites and web applications and deploying them from version control.

Table of Contents¶ ↑

  • Introduction

  • System Requirements

  • Supported Formats

  • Installation

  • Getting Started

  • Reporting a Bug

  • A Note about the API

  • Further Reading

Introduction ¶ ↑

SiteFuel is a Ruby program

Use SiteFuel to:

  • deploy your website out of SVN or GIT

  • minify your

System Requirements¶ ↑

  • Ruby 1.8.6 or greater.

  • pngcrush= for PNG compression¶ ↑

  • jpegtran= for JPEG compression¶ ↑

  • git= for deploying sites from Git repositories¶ ↑

  • svn= for deploying sites from SVN repositories¶ ↑

SiteFuel hasn’t been tested on Windows machines.

Installation¶ ↑

SiteFuel is deployed as a RubyGem through gemcutter.org. You should be able to install it directly using RubyGems:

$ gem install -t sitefuel

Note that for PNG and JPEG compression to be enabled you must install the =pngcrush= and =jpegtran= programs.

Getting Started¶ ↑

SiteFuel

Reporting a Bug¶ ↑

A Note About the API¶ ↑

The general API in SiteFuel should be considered unstable while SiteFuel is <1.0. For practical reasons we can’t increment the major version number each time there is a non-backwards compatible API change.…

Further Reading¶ ↑