mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-05 23:30:36 +01:00
extra log, #2246
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user