mirror of
https://github.com/Kugelschieber/schnittfest.git
synced 2026-01-18 10:20:27 +00:00
Added sass build and Dockerfile.
This commit is contained in:
14
style/package.json
Normal file
14
style/package.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "schnittfest",
|
||||
"version": "1.0.0",
|
||||
"description": "Schnittfest GmbH website styling.",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"style": "node-sass sass/ -o ../static/ --output-style compressed"
|
||||
},
|
||||
"author": "Marvin Blum, Daniel Schramm",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"node-sass": "^4.13.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user