Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 763 Bytes

README.md

File metadata and controls

24 lines (21 loc) · 763 Bytes

First step kit

Require

  • node.js
  • local httpd (also, MAMP) with 80 port listen.

How to start

  1. Setting httpd DocumentRoot for this repo directory
  2. Starting httpd for localhost, here listen 80 port
  3. Get this repo
  4. $ npm install -g
  5. $ gulp watch

Directory structure

/src			=> source files area
/src/js			=> *.js *.coffee (output dist: /public_html/js/ and compress)
/src/jade		=> *.jade meta.json (output dist: /public_html/ but compile for jade files only)
/src/scss		=> *.scss *.css (output dist: /public_html/css/ and compress)
/public_html		=> public files area, and jade output distination
/public_html/js		=> js and coffee-script output distination, and js libraries
/public_html/css	=> scss outpu distination
/public_html/img