#Installation
- Make sure you have ruby and compass installed.
sudo gem install compass
npm install
bower install
grunt serve
#Architecture Overview
- 'bower_components': all files used by bower, managed by bower.js
- 'dist': files for production
- 'documentation': javascript documentation dynamically created by Grunt
- 'node_modules': all files used by node, managed by package.json
- 'src' : all source files for the application
- 'app': contains all application javascript & html (views, controllers, directives, factories, services, etc)
- 'assets': all supporting assets (css, sass, images, fonts, etc)
Handles the setup of the app, loads the AngularJS dependencies
Handles all the routes and the route configuration
#Coding Guidelines
Custom directives should be prefixed with "dpt"