为什么python webassets pyscss不能在调试模式下从scss文件重新生成CSS? [英] Why won't python webassets pyscss regenerate css from scss files in debug mode?

查看:52
本文介绍了为什么python webassets pyscss不能在调试模式下从scss文件重新生成CSS?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在python webassets库中使用pyscss编译器,并将webassets调试配置都设置为true.但是,当我对一个scss文件进行更改并重新加载包含生成的css文件的页面时,我看到该css文件尚未重新生成并且不包含我的更改.为什么会这样呢?

I'm using the pyscss compiler in the python webassets library with webassets debug configs all set to true. But when I make changes to an scss file and reload the page that includes the generated css file, I see that the css file has not be regenerated and does not include my changes. Why is this happening?

推荐答案

使用 depends ='*.scss',如此 查看全文

登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆