Added sass build command and updated dockerfile and docker-compose.

This commit is contained in:
Marvin Blum
2020-05-24 13:16:54 +02:00
committed by Marvin Blum
parent 506136ee1a
commit 7470e0128f
3 changed files with 42 additions and 12 deletions

View File

@@ -4,6 +4,7 @@
"description": "Schnittfest GmbH website styling.",
"main": "index.js",
"scripts": {
"build": "node-sass sass/ -o ../static/ --output-style compressed",
"style": "node-sass -w sass/ -o ../static/ --output-style compressed"
},
"author": "Marvin Blum, Daniel Schramm",