git ssb

3+

dangerousbeans / scuttle-vue



Tree: 82418e8c0eab5c0b94532a1f8612097db1fc1bb4

Files: 82418e8c0eab5c0b94532a1f8612097db1fc1bb4 / scripts / style.js

355 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
9fs.writeFileSync(
10 path.join(__dirname, '..', 'theme.css.json'),
11 JSON.stringify(fs.readFileSync(path.join(__dirname, '..', 'theme.css'), 'utf8'))
12)
13
14

Built with git-ssb-web