mirror of
https://github.com/penpot/penpot.git
synced 2026-08-07 04:52:36 -04:00
Merge branch 'staging-render' into develop
This commit is contained in:
commit
52b8560b70
17 files changed
+186
-116
No files matched your search
@@ -74,7 +74,7 @@ export function isJsFile(path) {
|
||||
export async function compileSass(worker, path, options) {
|
||||
path = ph.resolve(path);
|
||||
|
||||
log.info("compile:", path);
|
||||
// log.info("compile:", path);
|
||||
return worker.exec("compileSass", [path, options]);
|
||||
}
|
||||
|
||||
|
||||
Reference in new issue
Block a user