Further work on Darkswarm

This commit is contained in:
Will Marshall
2013-12-04 14:12:13 +11:00
parent f0e847a9f1
commit 0032a806b5
3 changed files with 12 additions and 2 deletions

View File

@@ -0,0 +1,11 @@
#= require jquery
#= require jquery_ujs
#= require jquery-ui
#= require spin
#= require ../shared/angular
#= require ../shared/angular-resource
#= require foundation
#= require_tree .
$ ->
$(document).foundation()

View File

@@ -0,0 +1 @@
/*body { background: #ff0000; }*/

View File

@@ -9,11 +9,9 @@
= stylesheet_link_tag "darkswarm/all"
= javascript_include_tag "darkswarm/all"
= render "layouts/bugherd_script"
= csrf_meta_tags
%body.off-canvas
= render partial: "shared/menu"