@michal

#tadodevmeeting


10.4.2013

Cached Resources plugin

"… automatically creating safe unique filenames for your resources …"
http://grails.org/plugin/cached-resources

Hash & cache + bundle

development
production

Config.groovy



environments {
  development {
    grails.resources.mappers.bundle.excludes = ['**/*.*']
    grails.resources.mappers.hashandcache.excludes = ['**/*.*']
  }
}

git PS1


 export GIT_PS1_SHOWDIRTYSTATE=true
 export PS1=" … \$(__git_ps1 ' (%s)') … "
         

Reveal.js


https://github.com/hakimel/reveal.js/
editor demo

my repo:
https://github.com/macrosak/tadoDevMeetings