mirror of
https://github.com/danog/sass-site.git
synced 2024-12-04 10:28:22 +01:00
4 lines
95 B
JavaScript
4 lines
95 B
JavaScript
|
if (process.env.NODE_ENV === 'production') {
|
||
|
module.exports = {date: 'git Last Modified'};
|
||
|
}
|