Changed all Stylus css to SASS because stylus is no longer supported by anyone. Fixed a bunch of references to old files no longer used - there are a lot of old pages that could still be removed.
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
"scripts": {
|
||||
"start": "node server.js",
|
||||
"setup": "npm install",
|
||||
"build": "bestzip ../PetitTeton.zip public app server.js package.json",
|
||||
"prune": "npm prune"
|
||||
},
|
||||
"dependencies": {
|
||||
@@ -29,7 +30,9 @@
|
||||
"swig": "~1.4.2"
|
||||
},
|
||||
"main": "config.example.js",
|
||||
"devDependencies": {},
|
||||
"devDependencies": {
|
||||
"bestzip": "latest"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://wcrisman@dev.de22.com/r/PetitTeton.git"
|
||||
|
||||
Reference in New Issue
Block a user