joeni

Fix parameter typo

Author
Maarten 'Vngngdn' Vangeneugden
Date
April 11, 2018, 6:43 p.m.
Hash
cea36509fb5ed9995d65cc092b320cece2e22aa3
Parent
80289b406b37ad626f875cc4caf163ad2d72738f
Modified file
runserver.sh

runserver.sh

1 addition and 1 deletion.

View changes Hide changes
1
1
# This script automates the process during *DEVELOPMENT* of Joeni; it processes
2
2
# the SCSS files, and boots the server. Requires sassc to be installed.
3
3
sassc static/css/stylesheet.scss static/css/stylesheet.css
4
4
python manage.py --runserver
5
-
+
5