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
+1 -4
View File
@@ -52,9 +52,6 @@ module.exports = (grunt)->
dist: ['./dist']
copy:
index_prerender:
files:
'./dist/index.html': ['./static/index.html']
jquery_ui_images:
files: [expand:true, cwd:'./lib/jquery-ui/images', src:['*.png'], dest:'./dist/css/images']
scripts:
@@ -116,7 +113,7 @@ module.exports = (grunt)->
options:
src: './static/'
dest: './dist/'
exclude: '*.html'
exclude: ['*.html']
recursive: true
sass: