RedcoatAsher / genesis

In the Beginning...

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

In The Beginning...

A startpoint framework for bower + gulp prototype projects.

prerequisites:

  • install homebrew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install node

usage: install

$ sudo npm install
extras...
  • install gulp-sass (sudo npm install gulp-sass -g)

usage: setup

  • add gulpfile.js into root project directory

mod gulpfile.js

  • line 18 -- change watch directory pwd app/css/**/*.css
  • line 20 -- change watch directory pwd *.html
  • line 22 -- add additional directories and working files needed for your project

usage: run

gulp

About

In the Beginning...


Languages

Language:JavaScript 58.4%Language:HTML 27.8%Language:Shell 12.0%Language:CSS 1.8%