mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-13 10:52:46 +00:00
Removing the old server files
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
//DEPRICATE
|
||||
|
||||
const less = require('less');
|
||||
const fs = require('fs');
|
||||
|
||||
|
||||
console.log('you should not b using this');
|
||||
|
||||
|
||||
less.render(fs.readFileSync('./client/homebrew/phbStyle/phb.style.less', 'utf8'), {compress : true})
|
||||
.then((output) => {
|
||||
fs.writeFileSync('./phb.standalone.css', output.css);
|
||||
|
||||
Reference in New Issue
Block a user