Files: b4c6f45ca8a4104430d4e0e7500df9e36a591684 / style.js
191 bytesRaw
1 | var fs = require('fs') |
2 | var path = require('path') |
3 | |
4 | fs.writeFileSync( |
5 | path.join(__dirname, 'style.css.json'), |
6 | JSON.stringify(fs.readFileSync(path.join(__dirname, 'style.css'), 'utf8')) |
7 | ) |
8 | |
9 |
Built with git-ssb-web