git ssb

16+

Dominic / patchbay



Tree: b66d3b80c9607c7f76b89ae35e24a2a704d0d563

Files: b66d3b80c9607c7f76b89ae35e24a2a704d0d563 / scripts / create-index.js

203 bytesRaw
1var fs = require('fs')
2var path = require('path')
3
4fs.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