Home > roolcss

roolcss

Roolcss is a project mainly written in PHP, it's free.

Responsive Object Oriented CSS Layout

The Project

This project is about setting up an easy to use build environment for javascript, css and html. Letting you get down and start working with your web experiments in a quickie..

Setup

Setup a new project

Create a new directory for you project and move to that folder with the terminal.

    curl https://raw.github.com/StefanWallin/roolcss/master/Makefile > Makefile
    make setup

Setting up git

    make setup-git
This command will create some git-ignore rules. Be aware! This will wipe out previous .gitignores

Then do the ordinary procedure of setting up a git repository, presenting yourself, running init and adding a remote. If you have any questions, I recommend reading up on it http://help.github.com/

Updating external libraries

    make update-env
It's as simple as that!

Usage

When you've set up your environment. Run this command to get usage info:

    make help
Previous:xml3dweb