Skip to content

Commit 3459eeb

Browse files
committed
Switch to Sass
1 parent 8be1e04 commit 3459eeb

3 files changed

Lines changed: 2 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
public/**/*.js
2+
public/**/*.css*
23
public/beta
34
public/develop
45

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "A totally original game about clicking a cookie",
55
"main": "main.ts",
66
"scripts": {
7-
"build": "npx tsc --build",
7+
"build": "npx tsc --build && sass src/scss/main.scss public/style.css --no-source-map",
88
"clean": "npx tsc --build --clean"
99
},
1010
"repository": {
File renamed without changes.

0 commit comments

Comments
 (0)