Only load Adsense in prod. and reset on each page

This commit is contained in:
Andrew Miner
2015-03-10 21:34:41 -07:00
parent ee75415729
commit 50c3d95440
27 changed files with 214 additions and 117 deletions
+15
View File
@@ -0,0 +1,15 @@
//-
//- Crafting Guide - _standard_scripts.jade
//-
//- Copyright (c) 2015 by Redwood Labs
//- All rights reserved.
//-
script(src="/js/underscore.js")
script(src="/js/jquery.js")
script(src="/js/backbone.js")
script(src="/js/jade.js")
script(src="/js/markdown.js")
script(src="/js/when.js")
script(src="/js/jquery-ui.js")
script(src="/js/main.js")