Add compilation configuration for SCSS to CSS: define source and target paths
This commit is contained in:
@@ -6,5 +6,11 @@
|
||||
"Shared",
|
||||
"Components",
|
||||
"Controls"
|
||||
],
|
||||
"Compilations" : [
|
||||
{
|
||||
"Source": "wwwroot/css/site.scss",
|
||||
"Target": "wwwroot/css/site.css"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user