vedranjaic / reboot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Buildr

Application builder template

Installation

  • cd into your working directory and git clone git@github.com:vedranjaic/buildr newApp
  • cd into your newApp directory
  • remove git folder with rm -rf .git
  • npm install will install all gulp modules
  • bower install will pull all vendor frameworks and scripts
  • gulp install will copy main app.js, bower frameworks and vendors scripts into build/ and working directories

Starting the app

  • run gulp to start server and first build
  • save any *.html file to build html and refresh browser page, and any *.scss file to compile css

Production

  • run gulp production to minify css, combine and minify js, optimize images

ToDo:

About


Languages

Language:CSS 86.3%Language:HTML 10.7%Language:JavaScript 3.0%