mirror of
https://github.com/danog/sass-site.git
synced 2024-11-26 20:14:53 +01:00
0b75958646
This fixes a few places where site generation was non-deterministic, causing the shadow repo's HTML output to change with every push.
4 lines
95 B
JavaScript
4 lines
95 B
JavaScript
if (process.env.NODE_ENV === 'production') {
|
|
module.exports = {date: 'git Last Modified'};
|
|
}
|