fix: reverting to old build system

This commit is contained in:
Jannat Patel
2021-12-06 16:33:23 +05:30
parent 8ee57f0254
commit 0873d704d2
3 changed files with 11 additions and 4 deletions

9
school/public/build.json Normal file
View File

@@ -0,0 +1,9 @@
{
"css/school.css": [
"public/css/style.css"
],
"js/website.js": [
"public/js/profile.js"
]
}

View File

@@ -1,2 +0,0 @@
@import "./style.css";