0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-13 06:32:39 +00:00

Removing the old server files

This commit is contained in:
Scott Tolksdorf
2017-02-23 07:41:55 -05:00
parent 1da1f90a35
commit 2f69ef3fe8
4 changed files with 7 additions and 228 deletions

View File

@@ -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);

View File

@@ -1,5 +1,5 @@
{
"assets": ["*.png","*.otf", "*.ico", "phb.old.css"],
"assets": ["*.png","*.otf", "*.ico"],
"shared":[
],
"libs" : [