This commit is contained in:
Julian Lam
2014-12-01 14:22:53 -05:00
parent 5cc30ca1a0
commit d16cfb89e0

View File

@@ -146,7 +146,6 @@ module.exports = function(Meta) {
hasher.update(lessOutput.css, 'utf-8');
Meta.css.hash = hasher.digest('hex').slice(0, 8);
console.log('the hash is now', Meta.css.hash);
}
// Save the compiled CSS in public/ so things like nginx can serve it