Skip to content

Commit

Permalink
Started work on integrating bootstrap.
Browse files Browse the repository at this point in the history
- Added devlopment guidelines as source of help for contributers
- Added suport for processing application.tpl.scss as a template. This now means the $DEBUG flag is set correctly. TODO: automatically include css partials from src/app/**/*.scss
- deleted old scripts that are no longer necessary
- removed old css color swatch
- bound new play/pause buttons to model.
  • Loading branch information
atruskie committed Oct 31, 2013
1 parent 993764b commit 3f09a87
Show file tree
Hide file tree
Showing 22 changed files with 381 additions and 541 deletions.
10 changes: 10 additions & 0 deletions DevelopmentGuidelines.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Development guidelines


# Design guideline

* Do NOT use <a /> elements if there is logical navigation destination
* Avoid using bootstrap classes in the html
* Instead use SASS to import/extend the appropriate classes in the .scss file
* Ideally, with appropriate exceptions, design and layout should only occur in css
* And, semantic structure should only occur in HTML
Loading

0 comments on commit 3f09a87

Please sign in to comment.