Stampy outputs a nifty timestamp, the current Sass version and other fun stuff into your compiled stylesheets. Just put a little something like this at the top of your main Sass file, and BAM!
/*!
* #{stampy()} // Or... stamp()
*/
// Will output something along the lines of...
/*!
* Compiled on 2015-03-26 at 13:16:00 using Sass version 3.4.10 (Selective Steve)
*/
Installation
gem install stampy
- Add
require "stampy"
to yourconfig.rb
- ???
- Profit