Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 766 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 766 Bytes

project-init

Our starting point for front-end development.

Prerequisites:

  1. Ruby
  2. Node
  3. grunt-cli npm install -g grunt-cli

To get started:

  1. Change the Project name in .ruby-gemset, close and reopen the terminal window.
  2. Type npm install and bundle in the root of the project directory.
  3. Change the Project Name in package.json
  4. Run grunt watch
  5. Science

Your project will compile to dist/

To-Do

  • Add minify
  • Source maps for minify
  • Add concat only on dist
  • Add livereload
  • Add bash script for easy install