diff options
| author | Andrew Lee <alee14498@gmail.com> | 2019-08-16 22:39:57 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@gmail.com> | 2019-08-16 22:39:57 -0400 |
| commit | 6f4b7269c5b8ec843645ceab0156ec225553fdb1 (patch) | |
| tree | 212748eceeaf85da08ab0df20880beaf6fbfd353 /package.json | |
| parent | cf6a69af9b8b0767d7c8c19a7858cdb2c46e8615 (diff) | |
| download | alp-website-6f4b7269c5b8ec843645ceab0156ec225553fdb1.tar.gz alp-website-6f4b7269c5b8ec843645ceab0156ec225553fdb1.tar.bz2 alp-website-6f4b7269c5b8ec843645ceab0156ec225553fdb1.zip | |
Moved the community rules
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 1dfcc29..ec3d5fb 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": "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\"" + "start": "concurrently \"node-sass --omit-source-map-url public/css/style.scss public/css/style.css \", \"node-sass public/css/style.scss -o public/css -w\", \"node app\"", + "dev": "concurrently \"node-sass --omit-source-map-url public/css/style.scss public/css/style.css \", \"node-sass public/css/style.scss -o public/css -w\", \"nodemon app\"" }, "repository": { "type": "git", |
