diff options
| author | Andrew Lee <alee14498@gmail.com> | 2019-08-16 13:49:53 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@gmail.com> | 2019-08-16 13:49:53 -0400 |
| commit | cf6a69af9b8b0767d7c8c19a7858cdb2c46e8615 (patch) | |
| tree | fa087f1274e90c707c2c47aee9a711160b89ebdd /package.json | |
| parent | d1b4dc2c0e2221e311dd3510b1cc617b6fcdc687 (diff) | |
| download | alp-website-cf6a69af9b8b0767d7c8c19a7858cdb2c46e8615.tar.gz alp-website-cf6a69af9b8b0767d7c8c19a7858cdb2c46e8615.tar.bz2 alp-website-cf6a69af9b8b0767d7c8c19a7858cdb2c46e8615.zip | |
Added scss stuff
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/package.json b/package.json index 5d865b0..1dfcc29 100644 --- a/package.json +++ b/package.json @@ -4,8 +4,8 @@ "description": "A rewrite of the old aleecorp.github.io website", "main": "app.js", "scripts": { - "start": "node app", - "dev": "nodemon app" + "start": "concurrently \"node-sass public/css/style.scss -o public/css -w\", \"node app\"", + "dev": "concurrently \"node-sass public/css/style.scss -o public/css -w\", \"nodemon app\"" }, "repository": { "type": "git", @@ -19,6 +19,7 @@ "homepage": "https://github.com/aleeproductions/website#readme", "dependencies": { "bcryptjs": "^2.4.3", + "concurrently": "^4.1.1", "connect-flash": "^0.1.1", "ejs": "^2.6.2", "express": "^4.17.1", @@ -26,6 +27,7 @@ "fs": "0.0.1-security", "moment": "^2.24.0", "mongoose": "^5.6.9", + "node-sass": "^4.12.0", "passport": "^0.4.0", "passport-local": "^1.0.0", "readline": "^1.3.0", |
