Skip to content

Commit 99a5280

Browse files
author
jordanmccullough
committed
Add rudimentary theme build script
1 parent 0537b78 commit 99a5280

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

_buildscripts/theme

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
2+
sass --style compressed _stylesheets/page.scss _stylesheets/page.css
3+
sass --style compressed _stylesheets/home.scss _stylesheets/home.css
4+
sass --style compressed _stylesheets/workbook.scss _stylesheets/workbook.css
5+
6+
echo "Completed SASS compiling and CSS compression!"

0 commit comments

Comments
 (0)